| | |
closing a window
![]() |
Hi All,
Can any one give me the code for closing a browser window.
this is what i have and it dont work. also, just a point, the first time i used javascript was yesterday, so please explain the obvoius as thats probably what i'm missing here.
cheers
spikes
Can any one give me the code for closing a browser window.
Java Syntax (Toggle Plain Text)
function closewindow() { if (newwindow && !newwindow.closed) { newwindow.close() } } <input type="button" value="close" onclick="javascript: closewindow()">
this is what i have and it dont work. also, just a point, the first time i used javascript was yesterday, so please explain the obvoius as thats probably what i'm missing here.
cheers
spikes
![]() |
Similar Threads
- Detect browser window closing event in Firefox - (JavaScript / DHTML / AJAX)
- "Open new window" Window Size - how to change? (Web Browsers)
- how to prevent user close window during script execution? (Shell Scripting)
- Closing window reboots machine (Viruses, Spyware and other Nasties)
- Spelling Test using a button GUI environment..how do I create a brand new window? (Java)
Other Threads in the Java Forum
- Previous Thread: passing information accross pages
- Next Thread: Table of Contents Script
| Thread Tools | Search this Thread |
-xlint actionlistener android api applet application array arrays automation bi binary blackberry block bluetooth character class client code compile compiler component consumer database desktop developmenthelp eclipse error fractal freeze ftp game gameprogramming givemetehcodez graphics gui health html ide image integer j2me j2seprojects java javac javaee javaprojects jetbrains jni jpanel jtable julia learningresources lego linked linux list login loops mac main map method methods mobile netbeans notdisplaying number online printf problem program project properties qt recursion researchinmotion rotatetext rsa scanner screen server set singleton sms sort sql string swing system textfields threads time title tree tutorial-sample update variablebinding windows working xor





