Ask a Question related to ASP.NET General, Design and Development.
-
Kathy Burke #1
Close a pop-window after submit is complete?
I see plenty of examples of window.close javascript for a button or link
click, but I would like to do is close the pop-up window when my submit
code has completed successfully.
Any suggestions?
Thanks.
Kathy
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Kathy Burke 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... -
Window.close()
When I open a window using <a href='' onClick='zoombig('studentphotozoom.cfm?file=#bigpic#','winbigpic','yes')'>Photo< /a> Closing that window ... -
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... -
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, --... -
Vidar Petursson #2
Re: Close a pop-window after submit is complete?
Hi
Return a script to the client on post success
<script>window.close();</script>
--
Best Regards
Vidar Petursson
==============================
Microsoft Internet Client & Controls MVP
==============================
"Kathy Burke" <kathyburke40@attbi.com> wrote in message
news:efRFoCDYDHA.2308@TK2MSFTNGP12.phx.gbl...> I see plenty of examples of window.close javascript for a button or link
> click, but I would like to do is close the pop-up window when my submit
> code has completed successfully.
>
> Any suggestions?
>
> Thanks.
>
> Kathy
>
> *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
> Don't just participate in USENET...get rewarded for it!
Vidar Petursson Guest
-
KathyB #3
Re: Close a pop-window after submit is complete?
"Vidar Petursson" <theking@icysoft.com> wrote in message news:<uPRTHHDYDHA.2256@TK2MSFTNGP10.phx.gbl>...
Thanks, Vidar. Where do I put this exactly? Right now my submit button> Hi
>
> Return a script to the client on post success
> <script>window.close();</script>
>
> --
> Best Regards
is a standard asp:button that runs an onclick event.???
Kathy
> Vidar Petursson
> ==============================
> Microsoft Internet Client & Controls MVP
> ==============================
> "Kathy Burke" <kathyburke40@attbi.com> wrote in message
> news:efRFoCDYDHA.2308@TK2MSFTNGP12.phx.gbl...> > I see plenty of examples of window.close javascript for a button or link
> > click, but I would like to do is close the pop-up window when my submit
> > code has completed successfully.
> >
> > Any suggestions?
> >
> > Thanks.
> >
> > Kathy
> >
> > *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
> > Don't just participate in USENET...get rewarded for it!KathyB Guest



Reply With Quote

