Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dreamweaver javascript: it does not show?? 1

Status
Not open for further replies.

blubibluga

Programmer
Jun 9, 2007
1
EG
Hello,

i made the following page on dreamweaver, and included several javascripts, which i know should work, but they dont show:


can someone have a look and tell me what i do wrong?

thanks a lot!
 
Hi

I never saw a mess like this ( and the others you have ) before :
Code:
        <script language="JavaScript" type="text/javascript">
<script language="javascript1.1"
src="[URL unfurl="true"]http://www.sail-3d.com/top100dive/add.js.php?id=1034040">[/URL]
        </script>
Try to remove the first [tt]script[/tt] tag and make the second one standard compliant :
Code:
<script type="text/javascript" src="[URL unfurl="true"]http://www.sail-3d.com/top100dive/add.js.php?id=1034040">[/URL]
</script>
And better forget the click & go HTML editors and learn the standards yourself.

Feherke.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top