W
Wootaek Choi
A modal window is pop up by this code..
function test(){
window.showModalDialog("Noname1.html" , "" ,
"dialogheight:460px; dialogWidth:670px; status:yes;
help:no; scroll:no");
}
and In the modal window, I've tried to set string in status bar like
this..
window.status = "Hello...";
But Status bar always displays just web address of source page....
What is the problem?
function test(){
window.showModalDialog("Noname1.html" , "" ,
"dialogheight:460px; dialogWidth:670px; status:yes;
help:no; scroll:no");
}
and In the modal window, I've tried to set string in status bar like
this..
window.status = "Hello...";
But Status bar always displays just web address of source page....
What is the problem?