.NET Framework Developer Center > Using Forums Forums > Off-Topic Posts (Do Not Post Here) > Sizing an asp.net window to fit in a small popup window
Ask a questionAsk a question
 

QuestionSizing an asp.net window to fit in a small popup window

  • Thursday, November 05, 2009 9:14 PMwnewcomb Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I am trying to open a popup window from my application which contains a small table and a close button.  The javascript code I used is:

    window.open ("FiberNutrFacts.aspx",
    "mywindow","menubar=1,resizable=1,width=350,height=250");

    I want to now build the target aspx page to fit into the width and heitht specifications in the above code
    • Moved byHarry ZhuMSFTMonday, November 09, 2009 8:06 AM (From:JScript for the .NET Framework)
    •  

All Replies