Re: ASP.NET Popup Windows

From: Scott M. (s-mar_at_nospam.nospam)
Date: 10/21/05


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



Relevant Pages

  • ASP.NET Popup Windows
    ... 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: Why does it suggest parentheses for the code snippet?
    ... Along the same lines GCC suggests parenthesis around constructs ... By adding the extra set of parenthesis the test is on a ... if (var == CONST) ...
    (comp.lang.c)
  • RE: Testing Uninitialized Vars
    ... So, is this the opposite? ... or do I have to parenthesis ... >>To recap, I want to test if a var is undefined or ''. ...
    (perl.beginners)