Window Browser JavaScript DHTML



Master of all Windows

var myWind
function doNew() {
    if (!myWind || myWind.closed) {
        myWind = window.open("http://www.rntsoft.com/","subWindow",
           "HEIGHT=200,WIDTH=350,resizable")
    } else {
        // bring existing subwindow to the front
        myWind.focus()
    }
}




Select a color for a new window:
Red
Yellow
Blue



This field will be filled from an entry in another window: