howModelessDialog()
Hi,
Say I have multiple dialog boxes open. I'd like to know if it's possible to change the content of a specific dialog box. Is that at all possible?
sb = window.showModelessDialog("test.htm",window);
If I use the variable sb, can I try to do a location.href or something?
|