The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Input box to automatically clear itself when clicked
Any idea on how to do get input box to clear itself when clicked?
|
#2
|
|||
|
|||
Code:
<!-- change whatever1 and whatever2 to whatever you want --> <input type="text" name="whatever1" value="whatever2" onfocus="if (this.value == 'whatever2') this.value = '';" onblur="if (this.value == '') this.value = 'whatever2';" /> |
#3
|
|||
|
|||
thank you!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|