Neczy
10-02-2004, 11:20 PM
How can I make a link remove the stylesheet on my page, so one doesnt show up? If that makes any sense...
|
Click to See Complete Forum and Search --> : Removing stylesheets? Neczy 10-02-2004, 11:20 PM How can I make a link remove the stylesheet on my page, so one doesnt show up? If that makes any sense... Jona 10-02-2004, 11:35 PM You can do this either with a server-side language or with JavaScript, or both. You might also want to use cookies, as if it were a style switcher. <a href="current_page.pl?nocss" onclick="document.getElementsByTagName('LINK')[0].href=''; return false;">Remove styles</a>. juan ramon 10-06-2004, 06:13 AM Thank you Jona! this script it´s so cool for me too. My page it´s all based in css, take a look (if u want): www.juanramon.org (http://www.juanramon.org) Thank you again. webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |