Reply
Html Forms
Old 10-06-2004, 04:15 AM Html Forms
frik's Avatar
Average Talker

Posts: 26
Location: SOuth Africa
Good Day All from a Sunny and Hot South Africa

I have created a form where a user can input search criteria ( 7 fields). On this form I have a reset and submit button. Everything is working fine. When the results of the search is displayed (ASP Page) and I go back to the search form the values chosen is still displayed in the drop down boxes.

Eg I might have the following values in my dropdown" All, Red, blonde, dark brown. Lets say the viewer chose blond, and all the "blond" results are displayed. When I push the back button on IE the blond value is still displayed in the field. I want the All value to be displayed again. I want the form to reset every time it is loaded.

Thank You for all your help
frik is offline
Reply With Quote
View Public Profile Visit frik's homepage!
 
When You Register, These Ads Go Away!
Old 10-06-2004, 05:39 AM
Skilled Talker

Posts: 72
You are using the back button to return the search form, in which case the save criteria will be shown, as you not loading a new Search Field, you simply returning back to the old page.
To avoid this, link to the search page instead, and disable the back button.
To disable the back button on the search results page insert the following code:
Code:
onLoad="if(history.length>0)history.go(+1)"
Alternatively, you could use an onload function within the search fields that resets all the data...
BravoGolf is offline
Reply With Quote
View Public Profile
 
Old 10-08-2004, 03:03 AM
priyanka's Avatar
Skilled Talker

Posts: 82
Location: Canberra
Agree with bravogolf.
__________________
Cheers,
Priyanka-m6.net
Windows Web hosting with Asp,.Net,MySQL,PHP,Perl,CGI-BIN support
We help in making your dreams come true on internet
priyanka is offline
Reply With Quote
View Public Profile Visit priyanka's homepage!
 
Reply     « Reply to Html Forms
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.11230 seconds with 12 queries