![]() |
|
There's more than one way to do things | |
PerlMonks |
comment on |
( #3333=superdoc: 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 reply to Re: Dynamic web pages (interactive table)
by dwatson06
|
|