Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
ratherBflying #1
Got jscript that will close window in Mozilla?
Does anyone know a javascript that will close the active window in Mozilla
1.7.1 or Firefox?
The following only work in IE and NS:
<a href="#" onClick="window.close();">Click here to close the window</a>
<a href="javascript:window.close();">Click here to close the window</a>
Thanks....
ratherBflying Guest
-
window.close
Hi I'm building a button and use the command: getURL("javascript:window.close()"); To close the IE window. It's work perfectly on some... -
close my project that is in a browser window (close this window)
How can I do this with a button? What do I have to put into button? -
MIAW forget window vs. close window
I'm having a problem with forget window. Sometimes when I forget a window, the projector crashes. The problem sometimes happens the first time I... -
want to open a new window on button click!-jscript or javasript
Hi all... I am able to select a student's story and open it in a word doc. the teacher then corrects the story, highlight in colors the comments,... -
window sizing & close this window code
Sharon wrote on 16 jul 2003 in microsoft.public.inetserver.asp.general: No ASP to be seen, Sharon, please see a clientside NG, --... -
Salines #2
Re: Got jscript that will close window in Mozilla?
<a href="javascript:self.close();">Click here to close the window</a>
Salines Guest



Reply With Quote

