Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Hi I been trying to figure out how to make the below code work with a input type of "IMAGE", instead of button, any ideas? Thank for your time in advance for all your help, Thanks.

src="http://www.wallpaperama.com/images/processing-bar.gif"
alt=""
border="0"
name = "loading"
id = "loading"
style = "display: none;">

<input type="button" name="AddLink" value="Add Link" onclick = "this.style.display = 'none'; loading.style.display = '';">
share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.