• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

confused :|

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.

DDR-PIII

Disabled
Joined
Feb 16, 2002
Location
6p6
I was just making asimple intro page for a project website iwas making. I was using ummm front page 5 ? it comes with office xp. anyway i found some dhtml thing haha so i add some effect, that the image would look elastic upon loading. so i put the page my picture and the applet onto my server. tested it out it worked. i changed something and then it didnt work. I think the only reason it was working before was because it was reading the applet off of my hdd rather than the index_files where it should have been getting it from. im confused anyway here is the html of the page... its not much, but this is all of it.


<html>

<head>
<title>tr660p</title>
<script language="JavaScript" fptype="dynamicanimation">
<!--
function dynAnimation() {}
function clickSwapImg() {}
//-->
</script>
<script language="JavaScript1.2" fptype="dynamicanimation" src="http://my.tbaytel.net/panthor/the_rhino_660_project/index_files/animate.js">
</script>
</head>

<body onload="dynAnimation()" language="Javascript1.2">

<p align="center" dynamicanimation="fpAnimelasticBottomFP1" id="fpAnimelasticBottomFP1" style="position: relative !important; visibility: hidden" language="Javascript1.2">
<a href="http://the-rhino-660-project.servehttp.com/under_con.htm">
<img border="0" src="http://my.tbaytel.net/panthor/the_rhino_660_project/index_files/rino_intro.jpg" alt="Click to Enter!" width="682" height="540"></a></p>

</body>

</html>


so theapplet is where it says it is on there and so is the image, the page load, but it loads blank. actually you know what else im doing, i dunno if it would effect it, but....

I'm redirecting
http://www.the-rhino-660-project.com
to
http://the-rhino-660-project.servehttp.com/
and that to
http://my.tbaytel.net/panthor/the_rhino_660_project/

could that beconfusing it a little ? I've had it working liek that before, just not with any applet, ihavent tryed them before :/ is there a way i can insert the applet into the html of the page soem how ? thanks...
 
yes

argh, go figure, it was some thign really simple....

everything was right, but the animate.js, was ANIMATE.js
haha..
 
Back