quote:Originally posted by citricsquid How would I go about communicating with PHP, if this is indeed possible? Let's say I have a file "http://website.com/msnplugin.php" and I want to send something via MSN to that page, using get.
code:var xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); xmlhttp.open("GET", urlhere, true)