I\'m trying to create a dynamic page using external .css pages where the page color will get changed. Below is my code. But when I click the href, I am not gett
Change this
Load "oldstyle.css"
to
Load "oldstyle.css"
I belive the onclick, event to href will reload the new file.