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

Re: multiple form interaction in cgi

by snopal (Pilgrim)
on Nov 29, 2007 at 16:39 UTC ( [id://653896]=note: print w/replies, xml ) Need Help??


in reply to multiple form interaction in cgi

You can only submit one form at a time. Breaking up your document into separate forms will only mean that the much of the data you wish to manage will not be transferred to your CGI processor. A submit button works from within a specific form, and only the key/value pairs of that form are transmitted when that submit button is clicked.

If you are trying to create one big dynamic form where components change based upon the values found on other parts of the page, that's DHTML (Javascript). That's an adventure with a variety of successes and pitfalls of its own.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-19 23:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found