in reply to Re^3: CGI::Ajax. Getting content of second.html file to resultant div of one.pl (same/cross domain)
in thread CGI::Ajax. Getting content of second.html file to resultant div of one.pl (same/cross domain)

Actually no. ....

According to what? Using what browser?

  • Comment on Re^4: CGI::Ajax. Getting content of second.html file to resultant div of one.pl (same/cross domain)

Replies are listed 'Best First'.
Re^5: CGI::Ajax. Getting content of second.html file to resultant div of one.pl (same/cross domain)
by wrog (Friar) on Jun 09, 2013 at 07:43 UTC
    any browser that allows you to mess with the DOM of the page via javascript, any browser for which CGI::Ajax is going to work at all (the premise of this discussion).

    If you can add elements, you can add script elements. And there's no way the browser can distinguish between script elements your javascript is generating out of whole cloth vs script elements that are being blindly copied from some other site