![]() |
|
We don't bite newbies here... much | |
PerlMonks |
Re: Dynamic web pages (interactive table)by dwatson06 (Friar) |
on Oct 17, 2002 at 15:04 UTC ( #206045=note: print w/replies, xml ) | Need Help?? |
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
In Section
Seekers of Perl Wisdom
|
|