in reply to Re: perl scripter error ReferenceError: The variable ActiveXObject has not been declared
in thread perl scripter error ReferenceError: The variable ActiveXObject has not been declared
In this script, this part holds the keyif (window.XMLHttpRequest) { req=new XMLHttpRequest(); } else { req=new ActiveXObject("Microsoft.XMLHTTP"); }
Is there something to do with media_style, using something else instead of text/html?my $u = new URI 'data:'; $u->media_type('text/html'); $u->data( $h ); $w->get($u);
|
|---|