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. Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.