| | |
How can I make use of applets while developing web pages?
![]() |
extend JApplet and add some content usign javax.swing.*;
sorry bud, but you gotta be more specific
you can use an <applet> html tag but those are deprected and you should only use an <object> tag...but oah wait there's one little hitch!!
internet explorer does not support the object tag in place of an applet, so in other words over 90% of web users wont be able to access your applets if you use the new tag, and are forced to use an older deprecated tag.
sorry bud, but you gotta be more specific
you can use an <applet> html tag but those are deprected and you should only use an <object> tag...but oah wait there's one little hitch!!
internet explorer does not support the object tag in place of an applet, so in other words over 90% of web users wont be able to access your applets if you use the new tag, and are forced to use an older deprecated tag.
Since when does IE not support object tags for applets?
According to the MSDN HTML reference (which wouldn't include stuff IE doesn't support...) for object, object takes the following attribute:
"CODE code Sets or retrieves the URL of the file containing the compiled Java class. "
Of course this is deprecated and you should use codebase and archive instead to link to a jarfile.
According to the MSDN HTML reference (which wouldn't include stuff IE doesn't support...) for object, object takes the following attribute:
"CODE code Sets or retrieves the URL of the file containing the compiled Java class. "
Of course this is deprecated and you should use codebase and archive instead to link to a jarfile.
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
whoops, you are accidently right, i don't know why I got confused about this, I guess I must have had a brain fart.
For Internet Explorer only, use the object tag.
For the Mozilla family of browsers only, use the embed tag.
http://java.sun.com/j2se/1.5.0/docs/...sing_tags.html
For Internet Explorer only, use the object tag.
For the Mozilla family of browsers only, use the embed tag.
http://java.sun.com/j2se/1.5.0/docs/...sing_tags.html
yup, it is Mozzy (and the Netsheep before it) that don't support object tag for applets (in contradiction to the W3 specs) 
Not sure what the Fiery Fox does, but being a direct descendent of the Mozzy...

Not sure what the Fiery Fox does, but being a direct descendent of the Mozzy...
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
![]() |
Similar Threads
- edges of print missing when printing web pages (Web Browsers)
- Seeking Text Editor for web pages (Existing Scripts)
- Dynamically Update Your Web Pages Via E-Mail (Search Engine Optimization)
- Use the Address Bar to Launch Programs or Web Pages (Windows tips 'n' tweaks)
Other Threads in the Java Forum
- Previous Thread: java web puzzle
- Next Thread: Re-Worked Version Still problem !!!
| Thread Tools | Search this Thread |
android api applet application apps array arrays automation awt bidirectional binary birt bluetooth businessintelligence busy_handler(null) card chat class classes client code collision columns component constructor crashcourse database designadrawingapplicationusingjavajslider draw eclipse error errors eventlistener exception expand fractal game givemetehcodez graphics gui guidancer html ide image inetaddress integer intellij j2me java javadoc javafx javamicroeditionuseofmotionsensor javaprojects jme jni jpanel jtree julia linux list loop machine map method methods mobile mobiledevelopmentcreatejar myaggfun netbeans newbie oracle plazmic print problem program programming project radio recursion scanner server set sharepoint smart sms smsspam sort sortedmaps sql string subclass support swing textfield threads tree unlimited utility webservices windows






