Quantcast
Channel: ClearScript
Viewing all articles
Browse latest Browse all 2297

New Post: ( expected

0
0
hello,

my js:
$(function(sender, e) {
            alert("hello to my EFML-Application :D");
            if(window.isXMLHttpRequest) {
                var xml = new XMLHttpRequest();
                xml.open("GET", "http://www.google.de/");
                xml.onreadystatechange = function {
                    if(xml.readystate == 2) {
                        alert(xml.responsetext);
                    }
                };
            }
        });
        window.onclose(function(sender, e) {
            alert("Application is closing");
        });
but i think all is right

Viewing all articles
Browse latest Browse all 2297

Latest Images

Trending Articles





Latest Images