Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Custom Child windw size?
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Custom Child windw size?
Divers
Thread ID:
00767584
Message ID:
00767584
Vues:
39
I have a child window that I am opening up. I want to give it a specific size, and the ability to scroll & grow. Here is code I'm using:

string features ="height=320;width=160;left=100;top=50;location=yes;menubar=no;resizable=yes;scrollbars=yes;status=no;titlebar=yes;toolbar=no";

string ssString = String.Concat("CustNotes.aspx?ptoapp=", aPage );

string sString = "window.open('"+ssString+"', 'Notes', '" + features + "');";

MmButton1.Attributes.Add("onclick", sString);

My button click does fire a new window but the height , width are set, and the scroll doesn't work.

Any ideas?

TIA
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform