![]() |
|
Just another Perl shrine | |
PerlMonks |
Re: Dynamic web pages (interactive table)by newrisedesigns (Curate) |
on Oct 17, 2002 at 17:17 UTC ( #206072=note: 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.
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
In Section
Seekers of Perl Wisdom
|
|