Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: RE: [asp_databases] Re: Resetting Selected Values on a Back Arrow-- Click


Message #1 by "Blackwelder, Dedra J." <djblackwelder@p...> on Wed, 6 Sep 2000 10:02:28 -0500
Probably we could try resetting the check boxes and radio buttons when the 
form loads everytime.
put resetting code in the onload attribute.



>From: Yoram Zehavi <YoramZ@i...>
>Reply-To: "ASP Databases" <asp_databases@p...>
>To: "ASP Databases" <asp_databases@p...>
>Subject: [asp_databases] RE: Resetting Selected Values on a Back Arrow Cli  
>    ck
>Date: Wed, 6 Sep 2000 17:33:57 +0200
>
>try put them in a session variables (when the user enter the 'next page').
>update your checkboxs according to the session variables..
>
>---------
>From Moderator
>
>Well, yes, just refresh the page, and bear in mind the caveats on using 
>session variables.
>
>----------------
>
>-----Original Message-----
>From: Rick [mailto:rick@f...]
>Sent: Wednesday, September 06, 2000 3:04 PM
>To: ASP Databases
>Subject: [asp_databases] Resetting Selected Values on a Back Arrow Click
>
>
>Is there a way, in IE4+, for the Clicked or Checked values to be Reset
>everytime a user Clicks the back button to return to the page after
>viewing
>output...
>Example:
>1. User clicks some names and some options...Then Submits
>2. Form is actively created on next page (through Data derived from SQL)
>3. User clicks back button to do it again with different values...
>4. All previously Clicked or Checked items are refreshed to Unclicked or
>Unchecked...
>
>Thanks,
>Rick
>
>

  Return to Index