Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 03-19-2004, 05:41 PM   PM User | #1
clair de lune
New Coder

 
Join Date: Jan 2004
Location: South of France
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
clair de lune is an unknown quantity at this point
tag applet versus object

hello

i hope i can post here, as it is not javascript but java and i did not find a more appropriate forum, so please mods forgive me or replace this post in its proper place

i have on my website a java code that shows lunar phases, all pages are in two languages, so i have 2 versions of the java applet

the english page uses tag applet and validates xhtml 1.0 transitional :

Code:
<applet code="LunarPhases.class" codebase="LunarPhases" width="400" height="160"> </applet>
the french page uses tag object to validate xhtml 1.0 strict :

Code:
<object codebase="LunarPhases/" classid="java:LunarPhases.class" codetype="application/java-vm" width="400" height="160"></object>
trouble is, it does not work with explorer

as it validates and works with mozilla, i assume the call is correct, who knows the trick for explorer ?
__________________
Promises only bind those who listen to them.
clair de lune is offline   Reply With Quote
Old 03-20-2004, 12:17 AM   PM User | #2
clair de lune
New Coder

 
Join Date: Jan 2004
Location: South of France
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
clair de lune is an unknown quantity at this point
sorry

had to leave a working page online

strict page that does not work with ie is there
__________________
Promises only bind those who listen to them.
clair de lune is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 06:08 AM.


Advertisement
Log in to turn off these ads.