onblur help
Posted: Fri Mar 13, 2009 9:13 pm
why the onblur php code doesn't work here:
can any one correct that pleas?

Code: Select all
<input type="text" name="name" onblur="<?php if(value==null)value='Type Link Name here...' ?>" onfocus="value=''" value="Type Link Name here..." size="40"/>