Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

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

  • In reply to Re^2: multiple form interaction in cgi by snopal
    in thread multiple form interaction in cgi by vdubjunkie

    Title:
    Use:  <p> text here (a paragraph) </p>
    and:  <code> code here </code>
    to format your post; it's "PerlMonks-approved HTML":



    • Are you posting in the right place? Check out Where do I post X? to know for sure.
    • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
      <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
    • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
    • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (4)
As of 2024-04-25 16:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found