Hi,
This is driving me a little crazy!
I have the following line
<input name="searchb" type="image" src="../graphics/button_go_big.gif" width="65" height="66" OnClick="this.src='/graphics/icons/busy8.gif';">
This works fine in browsers other than ie. The image changes as the form submits. In IE of course animated images stop when the form is submitted.
I've tried to implement the settimeout trick I've seen elsewhere, but it wont work with 'this' in a seperate routine. It also does not seem possible to directly reference the object via document.forms['form1'].elements['searchb'].src
Any idea how I get this to work in all browsers whilst keeping the image type as input?
Thanks.
Paul Smith
Microtech Limited
This is driving me a little crazy!
I have the following line
<input name="searchb" type="image" src="../graphics/button_go_big.gif" width="65" height="66" OnClick="this.src='/graphics/icons/busy8.gif';">
This works fine in browsers other than ie. The image changes as the form submits. In IE of course animated images stop when the form is submitted.
I've tried to implement the settimeout trick I've seen elsewhere, but it wont work with 'this' in a seperate routine. It also does not seem possible to directly reference the object via document.forms['form1'].elements['searchb'].src
Any idea how I get this to work in all browsers whilst keeping the image type as input?
Thanks.
Paul Smith
Microtech Limited