Javascript Objects JavaScript DHTML




function function1() {
    var myArguments = new Object();
    myArguments.param1 = document.all.myColor.value;
    window.showModalDialog("http://www.rntsoft.com", myArguments, ''); 



Red
Green
Blue
Yellow

Open Window