Scripts not working

S

Steve Easton

1. You have 2 opening body tags on the page. Delete this at the bottom in html view, since it's
pointing to your hard drive anyway:

<body onload=" init();
FP_preloadImgs(/*url*/'file:///C:/Documents%20and%20Settings/Jay%20Kantor/My%20Documents/My%20Webs/i
mages/button3.jpg',/*url*/'file:///C:/Documents%20and%20Settings/Jay%20Kantor/My%20Documents/My%20We
bs/images/button2.jpg')">

2. Try changing the script tag for the external file to this:
<script language="Text/JavaScript" src="navcond.js"></script>
instead of this:
<script language="JavaScript" src="navcond.js"></script>

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
Top