in reply to Dynamic web pages (interactive table)
If you want to do it on the client side and save your server some wear and tear, you can use JavaScript (InnerHTML). The down side of this is, there will be some minor code changes between browsers, plus you will need to learn the basics of JavaScript.
If you want to do it server side, you can make a hyperlink to pass a variable back to the page and have the server spit out the table layout based on what parameter was passed in.
Hope this helps,
Daniel
If you want to do it server side, you can make a hyperlink to pass a variable back to the page and have the server spit out the table layout based on what parameter was passed in.
Hope this helps,
Daniel
In Section
Seekers of Perl Wisdom