MSQL 7.0 sp3
IIS 4
NT 4.0
Witango 2000

I have a framed site which has a pulldown menu in the left frame that 
is genearated by a search of categories. When clicked, the list of 
products displays in the content frame. I would like to refresh the 
left frame after the user chooses the category so the pulldown menu 
reverts to its original state (Category Search). It seems this should 
be simple enough. The frames are named left, top and content. Any 
Ideas on how to do this? This is what I have so far...


<FORM METHOD=POST ACTION="category.taf target="content">
<select name="maincategory"> <!--this is generated by a search of the db-->
<option value="">Category Search
<option value="Balloons">Balloons
<option value="Balls">Balls
<option value="etc.">Etc. Etc. Etc.
</select><br>
<input type=text name="keywords" size=17 MAXLENGTH=30>
<br>
<input type=text name="productnum" size=17 MAXLENGTH=20>
<INPUT TYPE=IMAGE BORDER=0 SRC="navimages/search.gif" border=0 
NAME="Submit" onclick="window.location.reload()">
</form>


I also tried...
onclick="window.left.reload()"
and
onsubmit="window.left.reload()" in the form tag
and
onsubmit="window.location.reload()" in the form tag

Thanks!

-- 
________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body

Reply via email to