Is it allowed to call a remote web page during a click event?
Posted
by Blankman
on Stack Overflow
See other posts from Stack Overflow
or by Blankman
Published on 2010-05-20T22:01:39Z
Indexed on
2010/05/21
0:00 UTC
Read the original article
Hit count: 190
Is JavaScript allowed to call a remote web page during a click event?
When viewing the click in firebug, the call turns red (i.e. error) but I can't see the error because the page redirects.
So is it allowed to call a remote website (in my case, its a 1x1 image using a standard url like http://www.example.com/becon).
© Stack Overflow or respective owner