Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: restore the data in combo box on using back button

by gowthamtr (Sexton)
on Dec 12, 2006 at 10:13 UTC ( [id://589250]=note: print w/replies, xml ) Need Help??


in reply to Re: restore the data in combo box on using back button
in thread restore the data in combo box on using back button

How will u create a button that will reinitiate the selects to the last selected values?

The values in combo 2 will be loaded only when some event occurs.
  • Comment on Re: restore the data in combo box on using back button

Replies are listed 'Best First'.
Re^2: restore the data in combo box on using back button
by kabeldag (Hermit) on Dec 12, 2006 at 10:29 UTC
    You could just forget about having a back button displayed to go back, and just have the CGI script take you back to the submission page. The CGI script would pass the initial box 2 and box 3 values as parameters to the submission page. You could then use JavaScript to re-set the initial box 2 and box 3 values ...

    There is no reason why you cannot pass around a few cookies either.

Re^2: restore the data in combo box on using back button
by themage (Friar) on Dec 12, 2006 at 10:27 UTC
    Hi gowthamtr,

    That is an information I can give you without some more information on what you are doing.

    But I presume you could send to the previous page some information on the selected values, and then pre-load the selects and pre-select the correct values when generating the page.

    That's what I've done in the past, in similar events.

    An alternative is to have a javascript that calls the same methods that were called as eventHandlers.

    TheMage
    Talking Web

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://589250]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-24 17:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found