When you use a input
type of url
instead of the standard text
. Firefox 4 will not submit the form without http://
or https://
in the input box.
All I'm after is a URL without the protocol such as www.google.com
not http://www.google.com
. Is there a parameter to do this or any other way (preferably without JavaScript)?