Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Passing things back to the script! Novice needs help

by Crulx (Monk)
on Feb 15, 2000 at 03:37 UTC ( [id://3500]=note: print w/replies, xml ) Need Help??


in reply to Passing things back to the script! Novice needs help

I'll agree with the last poster on using hidden fields. They are a quick and easy way of allowing you to save state if you have dynamically served all of the pages. Otherwise you have cookies (properly used of course) to save state. I'm pretty sure that is what CGI does to maintain which browser's state to recall in that file. Note that this could possibly screw up something if the user is clicking the forward and backward button's a lot. This would cause the state in the file to be out of sync with actual page displayed. Hidden fields do not have this problem. (state is cached in the page)
---
Crulx crulx@iaxs.net
  • Comment on Re: Passing things back to the script! Novice needs help

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (2)
As of 2024-04-19 01:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found