Results 1 to 2 of 2

Thread: Form size

  1. #1

    Thread Starter
    Code Monkey wild_bill's Avatar
    Join Date
    Mar 2005
    Location
    Montana
    Posts
    2,993

    Form size

    I use the following to open a form:
    Code:
                RegisterStartupScript("ClientSideScript", "<script language=javascript>window.open('OpenFile.aspx', null, 'location=no;status=no;toolbar=no')</script>")
    How can I set the height and width of the form to make it smaller?

  2. #2
    New Member
    Join Date
    Apr 2005
    Posts
    12

    Re: Form size

    Try this
    window.open ("", "mywindow",
    "location=1,status=1,scrollbars=1,width=500,height=500");

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width