Re: ASP.NET Popup Windows
From: Scott M. (s-mar_at_nospam.nospam)
Date: 10/21/05
- Next message: [MSFT]: "RE: Save File to Different Domain - 2nd Post"
- Previous message: BethC327: "Save File to Different Domain - 2nd Post"
- In reply to: Mario: "ASP.NET Popup Windows"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 20 Oct 2005 18:04:10 -0400
You must include the parenthesis in the function call as they are part of
the function's name.
"Mario" <moone@charter.net> wrote in message
news:n7_4f.13237$nE2.2818@fe03.lga...
> Need help with creating a popup windwo in ASP.NET when I load a page?
>
> This is what I have so far
>
> <SCRIPT language="javascript">
> function OpenWindow()
> {
> var x =
> window.open('MRFilingStatus.aspx','FS','width=425,height=200,resizeable=yes,menubar=0,toolbar=0')
> x.focus
> }
> </SCRIPT>
>
> Then in my body tag I have "onload=OpenWindow"
> <body MS_POSITIONING="GridLayout" onload="OpenWindw" leftmargin="0"
> topmargin="0">
>
>
>
- Next message: [MSFT]: "RE: Save File to Different Domain - 2nd Post"
- Previous message: BethC327: "Save File to Different Domain - 2nd Post"
- In reply to: Mario: "ASP.NET Popup Windows"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|