I have code like this that changes the image when the user clicks on the image.
document.getElementById('searchButton').src='search_gryd.gif';
But its not working with safari browser.
Can anyone suggest reason or resolution for this.
Thanx