in reply to Re^4: 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)

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

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