Ok, lets say I have page.php. If i'm currently viewing page.php and I click this link:
<a href="#?call=friend.request&user_id=10&width=420&height=250">Link</a>
The javascript box will pop up. Success!
However, if I'm on a different page, and I link to
<a href="http://domain.com/page.php#?call=friend.request&amp;user_id=10&amp;width=420&amp;height=250">Link</a>
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.