Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.
function openWindow(){
window.open("index.html","UDDI Web Services Course","menubar=no,address=no,width=1024,height=825,toolbar=no");
}
function openWindow(where){
if(!where){ return false; } //Ensure there is a destination
var url, title;
if(where === "launchcourse"){
url = "index.html";
title = "UDDI Web Services Course";
} else if (where === "launchnavigation"){
url = "navigation.html";
title = "How To Navigate";
}
window.open(url, title, "menubar=no,address=no,width=1024,height=825,toolbar=no");
}
1 to 3 of 3