Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Modal Window


Message #1 by "Deepa Das" <Deepa_das@l...> on Thu, 18 Apr 2002 21:10:24
Hi,
   Can anyone tell me how to open a modal window from an aspx page.
Thanx,
Deepa
Message #2 by "Pierre R. Durand" <pierre@d...> on Mon, 22 Apr 2002 14:46:32 -0600
Wondering if you have any feedback on this question.
We are interested on similar issues.

Pierre


-----Original Message-----
From: Deepa Das [mailto:Deepa_das@l...] 
Sent: Thursday, April 18, 2002 9:10 PM
To: ASP+
Subject: [aspx] Modal Window

Hi,
   Can anyone tell me how to open a modal window from an aspx page.
Thanx,
Deepa

Message #3 by "Robert Horn" <robertho@m...> on Wed, 24 Apr 2002 08:43:20 +1000
I have been using the following JScript to open up Modal Dialogs for some
time. You can use similiar scripts to pass back results from the Modal
Window. If you check the syntax of the command you can also hide the
toolboxes and status bar of the Browser window - very handy. It also
disables right clicks onto the page, so the source is relatively safe.

<Script Language=JScript>
Result = window.showModalDialog('Payments.aspx'' , 'DialogHeight: 700px;
DialogWidth: 800px; Center: Yes; Resizable: Yes; Status: Yes;');
</Script>

----- Original Message -----
From: "Pierre R. Durand" <pierre@d...>
To: "ASP+" <aspx@p...>
Sent: Tuesday, April 23, 2002 6:46 AM
Subject: [aspx] RE: Modal Window


> Wondering if you have any feedback on this question.
> We are interested on similar issues.
>
> Pierre
>
>
> -----Original Message-----
> From: Deepa Das [mailto:Deepa_das@l...]
> Sent: Thursday, April 18, 2002 9:10 PM
> To: ASP+
> Subject: [aspx] Modal Window
>
> Hi,
>    Can anyone tell me how to open a modal window from an aspx page.
> Thanx,
> Deepa
>
>

Message #4 by "Mark Struck" <struckm@a...> on Mon, 22 Apr 2002 18:27:12 -0500
This can only be used in IE browsers.

Mark


-----Original Message-----
From: Robert Horn [mailto:robertho@m...]
Sent: Tuesday, April 23, 2002 5:43 PM
To: ASP+
Subject: [aspx] RE: Modal Window


I have been using the following JScript to open up Modal Dialogs for some
time. You can use similiar scripts to pass back results from the Modal
Window. If you check the syntax of the command you can also hide the
toolboxes and status bar of the Browser window - very handy. It also
disables right clicks onto the page, so the source is relatively safe.

<Script Language=JScript>
Result = window.showModalDialog('Payments.aspx'' , 'DialogHeight: 700px;
DialogWidth: 800px; Center: Yes; Resizable: Yes; Status: Yes;');
</Script>

----- Original Message -----
From: "Pierre R. Durand" <pierre@d...>
To: "ASP+" <aspx@p...>
Sent: Tuesday, April 23, 2002 6:46 AM
Subject: [aspx] RE: Modal Window


> Wondering if you have any feedback on this question.
> We are interested on similar issues.
>
> Pierre
>
>
> -----Original Message-----
> From: Deepa Das [mailto:Deepa_das@l...]
> Sent: Thursday, April 18, 2002 9:10 PM
> To: ASP+
> Subject: [aspx] Modal Window
>
> Hi,
>    Can anyone tell me how to open a modal window from an aspx page.
> Thanx,
> Deepa
>
>



  Return to Index