Hi,
help me out with this.........
I am trying to create a website. When the user types out the address in the normal browser window(base) an new window(child) opens according to my specifications of width, height, toolbars, etc.. automatically...
This is basically an intranet application which looks like a normal desktop application if you leave out the base browser window.Now window(base) is useless so I want to close it automatically after few seconds how can this be done...
I tried putting in the onload function which is instrumental in bringing out the child window a closing operation, window.close() but the problem is that it brings out a alert stating :" The Page you are viewing is trying to close this window" and then we click yes to close...I dont want this to happen...I want it to close automatically and user must not be bothered and the user doesnt know that the base window has closed.
Thanx ...
pri..
help me out with this.........
I am trying to create a website. When the user types out the address in the normal browser window(base) an new window(child) opens according to my specifications of width, height, toolbars, etc.. automatically...
This is basically an intranet application which looks like a normal desktop application if you leave out the base browser window.Now window(base) is useless so I want to close it automatically after few seconds how can this be done...
I tried putting in the onload function which is instrumental in bringing out the child window a closing operation, window.close() but the problem is that it brings out a alert stating :" The Page you are viewing is trying to close this window" and then we click yes to close...I dont want this to happen...I want it to close automatically and user must not be bothered and the user doesnt know that the base window has closed.
Thanx ...
pri..