With a stylesheet switcher script you can have multiple styles on your website. For instance if you want to have a blue, red, and orange version of your website, but don't want to create all the ...
With a stylesheet switcher script you can have multiple styles on your website. For instance if you want to have a blue, red, and orange version of your website, but don't want to create all the individual pages for each different style, you can do it this way. The easiest way to have your site have the same stylesheet throughout the whole time the visitor is viewing your pages is by the use of session variables. Session variables can hold a value and keep that value for as long as that visitor is viewing your pages and their session hasn't expired.