This topic is locked

need help with Advanced Search

4/28/2010 7:52:49 PM
PHPRunner General questions
F
frocco author

Hello,
In the Javascript Event.
document.getElementById("srchOpt_1_DateofService").value="Between";
This sets the value, however the event does not fire and the second search box does not appear.
What am I doing wrong?
Thanks
Frank

F
frocco author 4/29/2010



Hello,
In the Javascript Event.
document.getElementById("srchOpt_1_DateofService").value="Between";
This sets the value, however the event does not fire and the second search box does not appear.
What am I doing wrong?
Thanks
Frank


Still need help with this.
Even if I have to hard code the date range search.

J
Jane 5/3/2010

Frank,
here is the correct code:

document.getElementById("srchOpt_1_DateofService").value="Between";

document.getElementById("edit1_DateofService_1").style.display = "inline";