Javascript Properties JavaScript Reference




function function1() {
    var m = ""
    m = "The top coordinate is: " + window.screenTop + "\n";
    alert(m);