The following code: <input id="address_box" type="text" name="<?php echo $GLOBALS['_config']['url_var_name'] ?>" value="http://www." onfocus="this.select()" /> Code (markup): selects the value "http://www." whenever I visit my website. Is there a way for that value to retain in it's respective form, but for it to load deselected? If that doesn't make sense, look at this picture: http://www.imagedash.com/uploads/jdv1232144811m.png Thanks in advance.