Hey Everyone,
I was wondering if anyone knew of a good tutorial for javascript's setTimeout? What i am basically trying to do is get a div to appear, disappear and reappear. However, i can not seem to get the div to appear.
I click this to make it appear <input type="button" class="resubmitform1"
value="Resubmit Form 1"
onclick="javascript:get
(this.parentNode);" >
this is what makes it disappear
setTimeout("document.
getElementById('myspan').
style.display='none';", 9000);
just can't figure out how to make it reappear.
Thank you to all who help,
Rach
Tags: