-
Netscape Support?
I have got some text scroller applets. They run fine on IE but dont run on Netscape. I am using version 4.7. Can any body help me and tell me the reason.
-
I've tried using this code in the html document which seems to work for netscape:
<EMBED
type="application/x-java-applet;version=1.3"
width=" "
height=" "
align="baseline"
code="your_class_name_here.class"
codebase=".">
</EMBED>
---------------------------
But you'd probably want to utilize some javascript or other 'browser-sniffer' code in your html document to find out which browser your viewer is using, then only offer up the browser specific code needed to view your applet.
I've also seen ways of combining the <applet <object <embed tags so that the browser safe coding is not too lengthy or redundant.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks