Ask a Question related to ASP.NET, Design and Development.
-
Jim Mitchell #1
Re: Server control button click: open pop up browser window
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!
>
Jim Mitchell Guest
-
Open window on button click
Hi there, in a form, here's what I want to do : <input type=button onclick= (???) is it possible to open a pop-up window with a specified... -
How to get a OPEN/SAVE dialog option window when open Excel from IE browser.
I use the following to open Excel from IE browser, but I don't get a OPEN/SAVE dialog option window. Instead, the Excel opened in the browser... -
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,... -
open pop up window from asp server control event handler
Check out this article, this will help you http://www.microsoft.com/india/msdn/articles/PopupCalendarinASP.aspx In this article, i used window.open... -
on click of a link button should first save the data and then open a new browser
Hi, A page consists of a link button. Clicking this link button should first save data in the database. If the data is saved correctly then it...



Reply With Quote

