Hi,
I have a problem with window(). I want a window to open and stay on top of all other windows untill window.close() is called.
CODE:
var page="url to the page";
window.open(page, "windowWhileUpload"
;
1 How do i get the window to stay ontop?
2 How do I close this window?
As I tried to let a Perlmodule use window.close(windowWhileUpload), nothing happened. Do i use it the right way?
Thank you all
/Mac
I have a problem with window(). I want a window to open and stay on top of all other windows untill window.close() is called.
CODE:
var page="url to the page";
window.open(page, "windowWhileUpload"
1 How do i get the window to stay ontop?
2 How do I close this window?
As I tried to let a Perlmodule use window.close(windowWhileUpload), nothing happened. Do i use it the right way?
Thank you all
/Mac