Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating a modal window
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
01147825
Message ID:
01148130
Vues:
17
Hi,

>Try this:
>change the Body tag in your page source to the following:
>
><body id="body1" runat="server">
>
>then add the following line in the Page_Load event handler:
>
>this.body1.Attributes.Add("onblur", "this.window.focus();");
>
>

That didn't seem to have any effect ;-(

>Of course, you realize that you miss spelled window as "widow" in
"<body onblur="this.widow.focus();">"
I know.

Matt.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform