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.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.