Hi all
I am looking to write a validation routine for validating a URL entered into a textbox. I looked at the ResolveURL() method of several controls but this just returns the URL relative to the template directory.
I toyed with the idea of looking for things like the presence of ".co" but this leaves out the possibility of .org etc. I also can't look for the inclusion of the entry could be an internal link.
Is there any method that someone knows of that could do this at all?
Thanks as always
Craftor
I am looking to write a validation routine for validating a URL entered into a textbox. I looked at the ResolveURL() method of several controls but this just returns the URL relative to the template directory.
I toyed with the idea of looking for things like the presence of ".co" but this leaves out the possibility of .org etc. I also can't look for the inclusion of the entry could be an internal link.
Is there any method that someone knows of that could do this at all?
Thanks as always
Craftor