Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^2: multiple form interaction in cgi

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


in reply to Re: multiple form interaction in cgi
in thread multiple form interaction in cgi

Not to move off-topic here, but the original request was for managing a specific page of clicks and entries which are used to modify other items on the page. There is no need or call here for repeated calls to the server to fill out content.

AJAX, in standard terminology is the behavior of altering content though hidden back-end communications between the client and the server.

This user is requesting help on managing a single page with a simple rule-set. The solution might be extended to an AJAX type solution, but a properly loaded page will have all the rules provided in a single page hit to satisfy this design. The complexity of AJAX is not warranted here. Merely using simple Dynamic HTML with Javascript will satisfy the form rules as outlined simply and without the overhead of additional client/server communications.

Since you provided a reference resource... I'll include my own:

  • _JavaScript - The Definitive Guide_ 5th ed, O'Reilly, isbn-10: 0-596-10199-2
  • _JavaScript & DHTML Cookbook_, O'Reilly, isbn-10: 0-596-00467-2

Replies are listed 'Best First'.
Re^3: multiple form interaction in cgi
by jhourcle (Prior) on Nov 29, 2007 at 18:33 UTC

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-23 19:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found