|
|
Java script : Window.close: Re: Java script : window.close() - how to avoid the prompt
This archived discussion is "read only".
» ckenned - Re: Java script : window.close() - how to avoid the prompt This obviously won't work to close the main window you have open, but here's what I use to link to my applications. This allows different business groups in my company to link to my applications without having to use JavaScript. Every application I design, I also make a page called "begin.html" with the following code. begin.html then opens the appropriate page of the application.window.open('your_url','Page_Name','attributes'); if(window.history.length == 0){ -- posted by ckenned
Please follow the guidelines set forth in the Suite101 Posting Etiquette when adding to the discussion. |
|
|
|
|
|
|
|