Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating a modal window
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01147825
Message ID:
01148130
Views:
18
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform