Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

comment on

( #3333=superdoc: print w/replies, xml ) Need Help??

What constitutes a framed web page are a frameset (an HTML page that outlines the location and layout of the frames) and the content that is filled in each frame. This layout allows you to load a new page (dynamic or static) and leave the other frames as-is.

I'm not advocating frames, but they may be better suited to your task because (without using messy-icky javascript) your table can't be displayed and then modified without another request to the server.

If this method is okay for your purposes, might I suggest the following: assume you want a series of links on the left-hand-most side that will load something new in the right-hand side of the table.

Item 1 Click a Link to the Left to View More
Item 2
Item 3
Item 4
Item 5
View source to see how this is done, in case you're unsure of the HTML

Make each of the items a GET query to your perl program, and have it write back out the same table, but with the new content in the right side.

If you have any other questions, please feel free to ask!

John J Reiser
newrisedesigns.com


In reply to Re: Dynamic web pages (interactive table) by newrisedesigns
in thread Dynamic web pages (interactive table) by gnu@perl

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 imbibing at the Monastery: (6)
As of 2023-12-02 21:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (19 votes). Check out past polls.

    Notices?