To make "http://" appear already ...
Change
HTML Code:
<input type="text" name="txtAddress" id="txtAddress" />
for ..
HTML Code:
<input type="text" name="txtAddress" id="txtAddress" value="http://" />
As for the "Enter" part, I have an idea, but I'm sure someone will come up with something better  .
|