After running the appletviewer i got this interesting message.
Warning: <object> tag requires code attribute
Is firefox stupid? :confused: The <OBJECT></OBJECT> tags dont use the code attribute. They use the classid attribute. :lol:
Printable View
After running the appletviewer i got this interesting message.
Warning: <object> tag requires code attribute
Is firefox stupid? :confused: The <OBJECT></OBJECT> tags dont use the code attribute. They use the classid attribute. :lol:
Where do you get the message?
object has codebase and data attributes, maybe it means those.
The messsage was from dos. Firefox seems not to recognize the <OBJECT></OBJECT> tags. I figured since it was looking for the code attribute i should give it the <APPLET></APPLET> tags instead.
It does recognize them, under very controlled circumstances. In some areas, its support for <object> is far better than IE's. Specifically in those areas described by the standard.
What do you mean by "after running the applet viewer", btw?
C:\j2sdk1.4.1_05\bin> appletviewer file:///C:/avatar.htmlQuote:
Posted by CornedBee
What do you mean by "after running the applet viewer", btw?
Funny the appletviewer runs fine when the applet tags are used or the object tags are used both with the code attribute. FireFox only recognizes the applet tags.