learn more...You can deploy applets for users of both Internet Explorer and the Mozilla family of browsers in one of two ways: Through pure HTML Using Pure HTMLWhen using a pure HTML approach to deploy applets in a mixed-browser environment, note the following: 1. Internet Explorer
2. Mozilla browsers
Consider the following example code from an HTML page: <object classid="clsid:CAFEEFAC-0016-0000-0000-ABCDEFFEDCBA" Using JavaScriptInstead of using the pure HTML approach described above, you can use JavaScript to deploy applets in a mixed-browser environment. Through JavaScript, you: 1. Detect the user's browser through the appName variable.
In the following example, the document.write() method outputs either an embed or object tag for each user "on the fly": <html> |
||||||
Disclaimer
1) E-articles is not responsible for the information contained by this article as well for any and all copyright infringements by authors and writers. E-articles is a free information resource. If you suspect this article for any copyright infringement, please read the terms of service and contact us to investigate the problem.
2) E-articles is not responsible for inaccuracies, falsehoods, or any other types of misinformation this article may contain and will not be liable for any loss or damage suffered by a user through the user's reliance on the information gained here. link to this article |