help with applet clock displaying a red cross

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   help with applet clock displaying a red cross
freddiek1
CZ Newbie
freddiek1 has been a member for over 20 year's 20 Year Member
Status: Offline
Joined: Jan 12, 2004
0.00 posts per day
Posts: 1
Points: 30
   
<applet codebase="http://phoenix.goucher.edu/applets"
code="Dgclock.class" width=100 height=30 align=absmiddle>
<param name="TimeFormat" value="%I">
<param name="ShowFrame" value="yes">
<param name="fg" value="ffffff">
<param name="bg" value="0000ff">
<param name="TZ" value="GMT-0500">
</applet>

the above code from admins 101 displays a red cross rather than the correct time., can anyone help?



Back to top Reply with quote
#2   re: help with applet clock displaying a red cross
dkwds
CZ Active Member
dkwds has been a member for over 19 year's 19 Year Member
uk.gif
Occupation: Student
Age: 38
Gender: Male
Website:
Status: Offline
Joined: Jul 29, 2004
0.04 posts per day
Posts: 282
Points: 12,713
   
Try this:

<applet codebase="http://phoenix.goucher.edu/applets"
code="Dgclock.class" width=100 height=30 align=absmiddle>
<param name="TimeFormat" value="%I">
<param name="ShowFrame" value="yes">
<param name="fg" value="660066">
<param name="bg" value="000000">
<param name="TZ" value="GMT-0400">
</applet>
**************************************************************
**************************************************************
<applet codebase="http://phoenix.goucher.edu/applets"
code="Dgclock.class" width=100 height=30 align=absmiddle>
<param name="TimeFormat" value="%I">
<param name="ShowFrame" value="yes">
<param name="fg" value="660066">
<param name="bg" value="000000">
<param name="TZ" value="GMT-1100">
</applet>


You could also check this site out [ Register or login to view links on this board. ]



_________________
Back to top Reply with quote
#3   re: help with applet clock displaying a red cross
Kelly_Hero
PayPal Donation
CZ Revered Member
 Codezwiz Site Donator
Kelly_Hero has been a member for over 20 year's 20 Year Member
usa.gif southcarolina.gif
Occupation: Web Developer
Age: 59
Gender: Female
Website:
Status: Offline
Joined: Aug 20, 2003
0.50 posts per day
Posts: 3765
Points: 351,412
   
Can you provide a link to the page you have the clock on so that I can see your code?

I copied the code above and pasted it directly into a page and it works ok.

Ryan, you have two clocks in your code.



Back to top Reply with quote
#4   re: help with applet clock displaying a red cross
dkwds
CZ Active Member
dkwds has been a member for over 19 year's 19 Year Member
uk.gif
Occupation: Student
Age: 38
Gender: Male
Website:
Status: Offline
Joined: Jul 29, 2004
0.04 posts per day
Posts: 282
Points: 12,713
   
Yeah i know. icon_smile.gif I edited my post to divide the 2 clocks.




_________________
Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum