/ Published in: Other
Expand |
Embed | Plain Text
// Run Function, if match refferrer. str = "SomeStrings"; ref = document.referrer; // alert(ref); if (ref.match(str)) { SomeFunction(); };
You need to login to post a comment.
