I have been trying to insert a "banner rotate" script I found into our website. I am stilll learning Java and have a few questions. I am not looking for someone to write this, but leaad down the path so I can learn.
Can you run more than one script in different locations in your code (i.e)??
<html>
<graphics>
<script type="text/javascript">
OK code here
</script>
<some more html>
<some more graphics>
<script type="text/javascript">
OK more code here
</script>
While I am coding this, eveything seems OK (I can see the first code run (user name, time) then the location of the banner (I can also get them to rotate, all this is local of course), but when I FTP the page up to the server, I see the first code not the second. Stange thing is I don't see any errors anywhere nor do I see the outline of my banner like I do locally.
Any help would be GREATLY appreicated.
Thank you!
Can you run more than one script in different locations in your code (i.e)??
<html>
<graphics>
<script type="text/javascript">
OK code here
</script>
<some more html>
<some more graphics>
<script type="text/javascript">
OK more code here
</script>
While I am coding this, eveything seems OK (I can see the first code run (user name, time) then the location of the banner (I can also get them to rotate, all this is local of course), but when I FTP the page up to the server, I see the first code not the second. Stange thing is I don't see any errors anywhere nor do I see the outline of my banner like I do locally.
Any help would be GREATLY appreicated.
Thank you!