April 2002
Intermediate to advanced
816 pages
20h 56m
English
Internet Explorer is the most popular Web browser on Windows operating systems. It has many different forms of mobile code available to it while executing. To add managed code to the list of mobile code formats Internet Explorer supports, the .NET Framework provides a MIME filter that Internet Explorer uses to determine whether downloaded executable code is managed or unmanaged.
NOTE
The setup process of the .NET Framework registers a MIME filter. This filter will recognize managed code images that are included on a Web page either in an object tag (<object ...>) or referred to by an HREF when they are clicked in a Web page hosted in Internet Explorer. After a managed image is recognized, the CLR is invoked ...