Digital Clock Script Not Working

liunx

Guest
I'm having trouble with the following java script. It won't initiate on the webpage: <br /><br /><applet code="digitalclock.class" codebase="http://candywrapperz.com/home/www" width=300 height=60></applet><br /><br />Any help would be greatly appreciated.<br /><br />Thanks,<br />Andy<!--content-->
Check your codebase, I'm not sure offhand if it's requesting a URL or filename, however <a href="http://candywrapperz.com/home/www" target="_blank">http://candywrapperz.com/home/www</a> doesn't look correct.<br /><br />/home/username/www/ is your root html directory.<!--content-->
Andy, first of all, that's Java, not JavaScript.<br /><br />And I also agree with Nick, <a href="http://candywrapperz.com/home/www" target="_blank">http://candywrapperz.com/home/www</a> doesn't even exist on your server.<br /><br />I also tried getting <a href="http://candywrapperz.com/digitalclock.class" target="_blank">http://candywrapperz.com/digitalclock.class</a> and it doesn't work either, so your applet must be in some other directory. Are you sure you uploaded it to your public_html directory on the server?<!--content-->
I just tried the one in cpanel,<br />and it works fine.<br /><br />Is that the one you are trying to use?<!--content-->
Hi Raul & Don,<br /> Don I'm not using the one from cpanel. I trying to use another one. <br /><br /> Raul the digitalclock.class is in the public_html folder along with all the .gif files. It works fine from my html program on my hard drive but when I tried it one the actual website it doesn't work. It says "loading java applet failed".<br /><br />It's probably a simple error on my part since this is all new to me.<br /><br />Thanks for trying,<br />Andy<!--content-->
Hi Guys,<br /><br /> <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/laugh.gif" style="vertical-align:middle" emoid=":lol:" border="0" alt="laugh.gif" /> I got it working.<img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/laugh.gif" style="vertical-align:middle" emoid=":lol:" border="0" alt="laugh.gif" /> I created the problem by renaming all my files so the file names would be all lower case. The application had caps to start "DigitalClock.class", by renaming it "digitalclock.class" the applet wasn't recognized. Thanks for trying to jump in and help.<br /><br />Take care,<br />Andy <br /><br /> <br /> Rock Sign<!--content-->
Great SaintsLair <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> <br /><br />As always, don't hesitate to let us know if you have any other questions at all.<!--content-->
Glad you have it working, and by the way,<br /><br /> <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/kicking.gif" style="vertical-align:middle" emoid=":dance:" border="0" alt="kicking.gif" /> Welcome to the family Andy <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/kicking.gif" style="vertical-align:middle" emoid=":dance:" border="0" alt="kicking.gif" /> <br /><br />and your new home!<br /><br />as you can see, your new family is ready to help.<br />If you need anything else, just ask <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><!--content-->
<!--quoteo--><div class='quotetop'>QUOTE</div><div class='quotemain'><!--quotec-->Andy, first of all, that's Java, not JavaScript.<!--QuoteEnd--></div><!--QuoteEEnd--><br />Raul, that was my <u>exact</u> thought when I read the opening post. However when you look at it again, Andy did write java script which is indeed correct (well Java script would have been better <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" /> ). Never really thought about it, I guess technically I should write JavaScript script when I am referring to JavaScript <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/laugh.gif" style="vertical-align:middle" emoid=":lol:" border="0" alt="laugh.gif" /> <br /><br />Hey Andy... the ole case sensitive gets us all!<br /><br />I would like to welcome you too... Welcome <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><!--content-->
 
Back
Top