ASP.NET Popup Windows

From: Mario (moone_at_charter.net)
Date: 10/17/05


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">



Relevant Pages

  • Re: ASP.NET Popup Windows
    ... You must include the parenthesis in the function call as they are part of ... > Need help with creating a popup windwo in ASP.NET when I load a page? ... > function OpenWindow() ... > var x = ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Page Structure
    ... The page contains a header and left column that remain constant. ... I load a variable according to which the contents of is called. ... Load b.php (left column info) ... (if $var is "elephants" include elephanttext.php) ...
    (comp.lang.php)
  • Page Structure
    ... Load a.php ... Load b.php (left column info) ... (if $var is "elephants" include elephanttext.php) ... (if $var is "tigers" include liontext.php) ...
    (comp.lang.php)
  • Re: best way to inherit funcs from another object
    ... for (var p in obj) { ... you load the script (presumably replacing what ... for methods, or do something similar for data properties, or both. ...
    (comp.lang.javascript)
  • Re: Override static derived variable
    ... > I'll add a bit to Jon's reply since I know you have a Delphi background. ... > .NET does NOT load a class until it is ACTUALLY used. ... private static string var; ... public static string GetVar() ...
    (microsoft.public.dotnet.languages.csharp)