Make javascript run on external link click?

insinulpapy

New Member
Ok, lets say I have page.php. If i'm currently viewing page.php and I click this link:\[code\]<a href="http://stackoverflow.com/questions/2022225/#?call=friend.request&user_id=10&width=420&height=250">Link</a>\[/code\]The javascript box will pop up. Success!However, if I'm on a different page, and I link to \[code\]<a href="http://domain.com/page.php#?call=friend.request&user_id=10&width=420&height=250">Link</a>\[/code\]The javascript box will not pop up when the page loads.Any ideas?I can't edit or find the javascript code that executes the said function, unfortunately.
 
Back
Top