[thelist] JavaScript: style.display

Christian Heilmann codepo8 at gmail.com
Wed Nov 30 06:02:02 CST 2005


> Or you could have the server-side ASP for the parent page either:
> a) write out some javascript to change the display state of that <tr> after
> the page has loaded
>         -or-
> b) as it dynamically generates the table, set the <tr> display state
> appropriately

Don't mix the two though, as in don't hide something via CSS and
expect a JavaScript to be executable to show it again. If you show via
JavaScript also hide via JavaScript.

--
Chris Heilmann
Blog: http://www.wait-till-i.com
Writing: http://icant.co.uk/
Binaries: http://www.onlinetools.org/



More information about the thelist mailing list