Hi!
I need help! I have this dropdown menu but it's not working. If someone could shed some light I would greatly appreciate it.  The problem is when you make a selection, the page comes back as 404.
<form name="jump">
<select name="menu" onchange="window.location=this.options[this.selectedIndex].value;">
</form>
<form action="deluxeSFshop.aspx" name="searchbox" id="searchbox">
<input type='hidden' name='sfid' value=87970 >
<select name="c" id="c">
<option value="0" selected>pick boys theme</option>
<option value="156240">animals</option>
<option value="156248">backyardigans</option>
<option value="156249">blues clues</option>
<option value="156250">bob the builder</option>
<option value="URL_TO_SITE_HERE">TEXT_HERE</option>
<option value="URL_TO_SITE_HERE">TEXT_HERE</option>
</select>
</form>
Thanks so much!
Beth
|