Forum Replies Created

Viewing 1 replies (of 1 total)
  • slow_O

    (@slow_o)

    CHANGE:

    <input id="url" type="text" name="url" class="focus" onfocus="if(this.value=='web') this.value='';" onblur="if(this.value=='') this.value='web';" value="web" tabindex="3" />

    TO:

    <input id="url" type="text" name="url" class="focus" onfocus="if(this.value=='web') this.value='';" value="web" tabindex="3" />

Viewing 1 replies (of 1 total)