The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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:
|