Client side url validation script
I'm looking help finding JavaScript or jQuery script to properly format a URL when user type in a textbox. This is an ASP.NET site
For example, if user typed in www.stackoverflow.com/something, i need a script开发者_如何转开发 to automatically correct it to http://www.stackoverflow.com/something when the textbox has lost focus or on validation, on the client side.
Thanks
精彩评论