i want to validate a textbox who have some url value like blogs address or site adress how can i validate this textbox in js
Check out the Regular Expression Library, which has a large repository of regular expressions for all kinds of validations. They also provide an online testing tool.