Does anyone have knowledge of how to manipulate the IE statusbar using code-behind-forms in .NET 1.1? I can do it via JavaScript on the client side, but I'd rather do it behind the form, or, even better, in an assembly.
Well, you have to remember that the ASP.NET pages are processed on the server side. Manipulating the client side is not possible with a server side language. However, you can embed client scripts (such as JavaScript) in your ASP.NET Pages.
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Previous Thread in ASP.NET Forum Timeline:some fundament