document.write
---If invoked while the page loads it can add to the current content.
---If invoked after the page loads how you want it to, it clears the current document and writes the content into the window.
hmmm, so what should I do? I would like to change the css link (<LINK REL="stylesheet" HREF="file.css" TYPE="text/css">) with one click and without page reloading...
Bookmarks