Help for this page

Select Code to Download


  1. or download this
     if (window.XMLHttpRequest) {
            req=new XMLHttpRequest();
        } else {
            req=new ActiveXObject("Microsoft.XMLHTTP");
        }
    
  2. or download this
    my $u = new URI 'data:';
            $u->media_type('text/html');
            $u->data( $h );
            $w->get($u);