/    Sign up×
Community /Pin to ProfileBookmark

Need Help With Code

Hi I have this code that is not working well with internet explorer. below is the code and the archive attribute is not supported by internet explorer and i dont know how to fool it or change it to something that works. below is the code. if anyone could help i would be greatly appreciative.

<applet
code=”Ticker.class”
codebase=”http://java.barchart.com/ticker” name=”Ticker”
width=”430″
height=”27″ align=”middle”
archive=”Ticker.jar” id=”Ticker”>
<param name=”panels” value=”1″ />
<param name=”1:symbols” value=”‘April Delivery,CLJ7:Crude Oil,RBJ7:Gasoline,HOJ7:Heating Oil,NGJ7:Natural Gas,’May Delivery,CLK7:Crude Oil,RBK7:Gasoline,HOK7:Heating Oil,NGK7:Natural Gas”/>
<param name=”1:scroll” value=”-1, 25″ />
<param name=”1:bgcolor” value=”#000000″ />
<param name=”1:fgcolor” value=”#FFFFFF” />
<param name=”1:pscolor” value=”#00CC00″ />
<param name=”1:ngcolor” value=”#FF3333″ />
<param name=”1:hilight” value=”#CCFFFF” />
<param name=”1:font” value=”Arial, Normal, 12″ />
</applet>

[url]http://www.webdeveloper.com/forum/images/smilies/eek.gif[/url]
😮

to post a comment
Java

2 Comments(s)

Copy linkTweet thisAlerts:
@webadevMar 29.2007 — Hi, I don't normally use the <APPLET> tag, but according to my O'Reilly reference it is deprecated and <OBJECT> should be used instead. According to the book <OBJECT> was initially implemented by Microsoft and Java support was added later. In any case, you might try using <OBJECT> to see if the 'archive' attribute works in IE.
Copy linkTweet thisAlerts:
@Kostas_ZotosApr 14.2007 — Hello,

I think the problem is the end slash "/" in your param attributes (<param name="panels" value="1" [B]/> [/B]). Remove them ([B]/[/B]) and normally your applet should works..

The code should looks like this:
[CODE]<applet code="Ticker.class" codebase="http://java.barchart.com/ticker" name="Ticker"
width="430" height="27" align="middle" archive="Ticker.jar" id="Ticker">
<param name="panels" value="1">
<param name="1:symbols" value="'April Delivery,CLJ7:Crude Oil,RBJ7:Gasoline,HOJ7:Heating Oil,NGJ7:Natural Gas,'May Delivery,CLK7:Crude Oil,RBK7:Gasoline,HOK7:Heating Oil,NGK7:Natural Gas">
<param name="1:scroll" value="-1, 25">
<param name="1:bgcolor" value="#000000">
<param name="1:fgcolor" value="#FFFFFF">
<param name="1:scolor" value="#00CC00">
<param name="1:ngcolor" value="#FF3333">
<param name="1:hilight" value="#CCFFFF">
<param name="1:font" value="Arial, Normal, 12">
</applet>[/CODE]


Kostas
×

Success!

Help @missmymojo spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.18,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...