Re: Server control button click: open pop up browser window

Posted: 08-23-2003, 01:58 AM
Checkout ... ShowModalDialog in the javascript reference. It works quite
will if you want to use client side javascript.

"Alvin Bruney" <vapordan_spam_me_not@hotmail_no_spamhotmail.com > wrote in
message news:O%23p$8U5TDHA.1572@TK2MSFTNGP12.phx.gbl...
> You can use javascript to pop a window but modal functionality will not be
> available. Something like
> Response.write("<script>window.open( blah blah blah
> will pop a window from the code behind. I haven't yet found a way to do
> modals with web pages. Not sure if it is possible.
>
> regards.
> "Northern" <lifeng26@msn.com> wrote in message
> news:021c01c34e6e$1f262af0$a601280a@phx.gbl...
> > I need to write code in my command button ASP server
> > control click event handler to do a few things. The last
> > one of those things will be open a pop up browser window.
> > I also want this pop up window to be in modal mode. In
> > another word, the user can't go back to the parent window
> > before close this one out.
> >
> > I searched a lot of resources but still couldn't find a
> > way to do this.
> >
> > Could someone show me how to do this?
> >
> > Thanks a million!
>
>

Reply With Quote

Responses to "Re: Server control button click: open pop up browser window"

 
LinkBack Thread Tools Search this Thread Display Modes
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to Click Submit Button on keypress? rlafleur Coldfusion Flash Integration 5 04-01-2005 10:35 AM
Click twice on OK button in alert dialogs -- wassup with that? Dee Holmes Adobe Illustrator Macintosh 0 02-04-2004 08:41 PM
control browser window size David R. Wheeler Macromedia Dynamic HTML 3 07-07-2003 03:12 PM
Checkbox values reverting to false on button click David Flynn ASP.NET Data Grid Control 0 07-04-2003 10:22 AM
on click of a link button should first save the data and then open a new browser Mathew George ASP.NET Data Grid Control 1 07-01-2003 06:06 AM