silvercover Posted August 29, 2009 Share Posted August 29, 2009 Hi, How can we validate entered links in forms using JavaScript? I also need it to be compatible with other languages such as Arabic and etc. Thanks in advance. Link to comment https://forums.phpfreaks.com/topic/172361-validate-hyperlinks/ Share on other sites More sharing options...
.josh Posted August 30, 2009 Share Posted August 30, 2009 You can do it using regex but you should not be validating things clientside, as anybody can disable javascript or alter it. Link to comment https://forums.phpfreaks.com/topic/172361-validate-hyperlinks/#findComment-909196 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.