Here is the code:
<form name="Search2" method="POST">
<select name="Search3" size="1">
<option value="#" selected>Not Yet Working</option>
<option value="db.cgi?db=default&uid=default&view_records=1&Status=Available|Pending&re=on">Available Listings</option>
</select><input type="button" onclick="location = ''+document.Search2.Search3.options[document.Search2.Search3.selectedIndex].value;" value="Go!" />
</form>
I can get it to work in the browser but when I put this code into html.pl, I get a dbman error. When I delete the RED (above), dbman accepts it. What am I doing wrong?
And thank you Lois for your FAQ's! They are wonderful and give many great ideas and fixes.
Chris
<form name="Search2" method="POST">
<select name="Search3" size="1">
<option value="#" selected>Not Yet Working</option>
<option value="db.cgi?db=default&uid=default&view_records=1&Status=Available|Pending&re=on">Available Listings</option>
</select><input type="button" onclick="location = ''+document.Search2.Search3.options[document.Search2.Search3.selectedIndex].value;" value="Go!" />
</form>
I can get it to work in the browser but when I put this code into html.pl, I get a dbman error. When I delete the RED (above), dbman accepts it. What am I doing wrong?
And thank you Lois for your FAQ's! They are wonderful and give many great ideas and fixes.
Chris

