[Javascript] Making a Floating Inspector Window

King Chung Huang king.ml at shaw.ca
Sun Apr 18 14:13:26 CDT 2004


Hi,

I'm building an "inspector palette" for a web application, and I was 
wondering if there's some way of specifying that a window should 
"float" on top of all others? I'm opening the inspector from my main 
window with some simple javascript:

window.open("inspector.html", "inspector", 
"width=240,height=380,status=no,toolbar=no,resizable=no");

Is there a parameter I can pass to make it stay on top?

Thanks,

King Chung Huang
Learning Commons
University of Calgary




More information about the Javascript mailing list