S
ScottMD2208
Im looking to verify a hyperlink entered in a textbox.
I would like the user to be able to enter project-1 or
http://www.link.com/browse/project-1 and it open a webpage with the correct
information. Im really new so I dont know how to
a) concatenate the URL with project-1
b) and make sure I dont get something like
http://www.link.com/browse/http://www.link.com/browse/project-1 incase
someone does insert the whole link.
Hope this makes sense.
I would like the user to be able to enter project-1 or
http://www.link.com/browse/project-1 and it open a webpage with the correct
information. Im really new so I dont know how to
a) concatenate the URL with project-1
b) and make sure I dont get something like
http://www.link.com/browse/http://www.link.com/browse/project-1 incase
someone does insert the whole link.
Hope this makes sense.