Programatically Opening An External Url In A Window, Link Is Appended To The Site
I enable users to add tags via the jquery plugin. Upon the tag click event of a given tag, i parse out the tagLabel and extract a URL if present. Once I have the URL I open the ext
Solution 1:
You need to make sure the url starts with http
or https
Post a Comment for "Programatically Opening An External Url In A Window, Link Is Appended To The Site"