vaseline28 commented on a Page, My first javascript  -  Jul 01, 2008

Excellent MountainDew!

pokemaster23:
You could write this much more simply through use of DHTML:

<INPUT type=\"Button\" value=\"Hello\" onclick=\"this.value=\'World\'\" >
When clicked, it changes to \'World\'. You can also specify it to when it is hovered over, hovered out etc. For example:
<INPUT type=\"Button\" value=\"Hello\" onclick=\"this.value=\'World\'\" onmouseover=\"this.value=\'mouse\'\" >
When the mouse hovers over, it returns \'mouse\'

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.