Hi All,

I have the following:

<a href="xyz.asp?Auto='y'#"><img src="./images/autoup_off.jpg" onmouseout="this.src='./images/autoup_off.jpg'" onmouseover="this.src='./images/autoup.jpg'" width="88" height="69" border="0" alt="Options">

When a user first goes onto this page it is called with just xyz.asp, when the user clicks on this image, then the page calls itself with Auto='y' and it all works.

However If the user clicks on this a secondtime, I want to set Auto='n'. How do I do this.

Regards
Bill Crawley