How can I make use of applets while developing web pages?

Reply

Join Date: Mar 2005
Posts: 40
Reputation: sham is an unknown quantity at this point 
Solved Threads: 0
sham sham is offline Offline
Light Poster

How can I make use of applets while developing web pages?

 
0
  #1
Apr 12th, 2005
How can I make use of applets while developing web pages?
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 6,143
Reputation: jwenting is just really nice jwenting is just really nice jwenting is just really nice jwenting is just really nice 
Solved Threads: 213
Team Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: How can I make use of applets while developing web pages?

 
0
  #2
Apr 12th, 2005
by putting them on the pages?
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
Reply With Quote Quick reply to this message  
Join Date: Oct 2004
Posts: 348
Reputation: paradox814 is an unknown quantity at this point 
Solved Threads: 4
paradox814's Avatar
paradox814 paradox814 is offline Offline
Posting Whiz

Re: How can I make use of applets while developing web pages?

 
0
  #3
Apr 13th, 2005
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.
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 6,143
Reputation: jwenting is just really nice jwenting is just really nice jwenting is just really nice jwenting is just really nice 
Solved Threads: 213
Team Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: How can I make use of applets while developing web pages?

 
0
  #4
Apr 13th, 2005
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.
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
Reply With Quote Quick reply to this message  
Join Date: Oct 2004
Posts: 348
Reputation: paradox814 is an unknown quantity at this point 
Solved Threads: 4
paradox814's Avatar
paradox814 paradox814 is offline Offline
Posting Whiz

Re: How can I make use of applets while developing web pages?

 
0
  #5
Apr 13th, 2005
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
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 6,143
Reputation: jwenting is just really nice jwenting is just really nice jwenting is just really nice jwenting is just really nice 
Solved Threads: 213
Team Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: How can I make use of applets while developing web pages?

 
0
  #6
Apr 14th, 2005
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...
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Java Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC