I have a function that when called will load an external css file. This file produces a high contrast version of the website for the visually impaired. I can call this function when an image button is clicked.
Now what I need is to be able to reload the page when that same button is clicked a second time. This reload effectively removes the included css, and returns the site to looking normal.
I haven't been able to find any code that will allow me to click an image button once to call one function, and then click that same image button a second time to perform another action.
I attempted to ask this question before, but was told I hadn't asked a question. I hope the above is clear, and please ask if you need further clarification.