ASP.NET Popup Windows
From: Mario (moone_at_charter.net)
Date: 10/17/05
- Next message: Ken Schaefer: "Re: Impersonate domain user account from DMZ"
- Previous message: [MSFT]: "Re: Cryptography."
- Next in thread: S.M. Altaf [MVP]: "Re: ASP.NET Popup Windows"
- Reply: S.M. Altaf [MVP]: "Re: ASP.NET Popup Windows"
- Reply: Scott M.: "Re: ASP.NET Popup Windows"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sun, 16 Oct 2005 22:46:30 -0500
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: Ken Schaefer: "Re: Impersonate domain user account from DMZ"
- Previous message: [MSFT]: "Re: Cryptography."
- Next in thread: S.M. Altaf [MVP]: "Re: ASP.NET Popup Windows"
- Reply: S.M. Altaf [MVP]: "Re: ASP.NET Popup Windows"
- Reply: Scott M.: "Re: ASP.NET Popup Windows"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|