General Community > Scripting Help
Weather app?
Krash.:
You should start a new thread, not bump one this old.
Yes, you can change the default value here:
--- Code: ---
<input type="text" name="inputstring" size="21" value=" City,ST or zip code" onfocus="this.value = \' \';" onblur="if(this.value==\' \') this.value=\' City,ST or zip code\';" style="font-size: 10px; vertical-align: middle; margin-top: 0px;" class="textarea">
--- End code ---
value=" City,ST or zip code" can be changed to value="111111" to display your default zip.
Navigation
[0] Message Index
[*] Previous page
Go to full version