L
Lauren
I am having difficulty including my top navigation to my website. I get an
error saying there is a problem with my onload.htm page on line 17 (object
expected). I am not sure how to fix it and I have tried to by adding a ">"
at the end of the body tag but this did not fix it.
The code came from the following website and was reformatted to suite my
menu option needs.
http://simplythebest.net/scripts/DHTML_scripts/dhtml_script_105.html
Here is the link to the top navigation page:
http://www.westar.com/drp_dwn/onload.htm
----------------------------------- onload.htm CODE:
------------------------------
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>onload=</title>
<!-- Copyright © 2001 Garrett S. Smith (DHTML Kitchen)
http://dhtmlkitchen.com/ - Email: (e-mail address removed) -->
<!-- Courtesy of SimplytheBest.net - http://simplythebest.net/scripts/ -->
<style type="text/css" title="stylesheet.css">
@import "menu_script/menu.css";
</style>
<script src="../../intranet.westar.com/Drp_dwn/menu_script/menubarAPI4.js"
type="text/javascript"></script>
<script src="../../intranet.westar.com/Drp_dwn/menu_script/init.js"
type="text/javascript"></script>
</head>
<body onload="init();monitor=document.getElementById('mon')">
</body>
</html>
-----------------------------------------------------------------------
The page uses 3 other pages called (menuabarAP14.js, init.js, and menu.css)
which you can view at the sample code website.
http://simplythebest.net/scripts/DHTML_scripts/dhtml_script_105.html
I have a deadline of Oct. 31st so any assistance would be greatly appreciated!
Thank you!
error saying there is a problem with my onload.htm page on line 17 (object
expected). I am not sure how to fix it and I have tried to by adding a ">"
at the end of the body tag but this did not fix it.
The code came from the following website and was reformatted to suite my
menu option needs.
http://simplythebest.net/scripts/DHTML_scripts/dhtml_script_105.html
Here is the link to the top navigation page:
http://www.westar.com/drp_dwn/onload.htm
----------------------------------- onload.htm CODE:
------------------------------
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>onload=</title>
<!-- Copyright © 2001 Garrett S. Smith (DHTML Kitchen)
http://dhtmlkitchen.com/ - Email: (e-mail address removed) -->
<!-- Courtesy of SimplytheBest.net - http://simplythebest.net/scripts/ -->
<style type="text/css" title="stylesheet.css">
@import "menu_script/menu.css";
</style>
<script src="../../intranet.westar.com/Drp_dwn/menu_script/menubarAPI4.js"
type="text/javascript"></script>
<script src="../../intranet.westar.com/Drp_dwn/menu_script/init.js"
type="text/javascript"></script>
</head>
<body onload="init();monitor=document.getElementById('mon')">
</body>
</html>
-----------------------------------------------------------------------
The page uses 3 other pages called (menuabarAP14.js, init.js, and menu.css)
which you can view at the sample code website.
http://simplythebest.net/scripts/DHTML_scripts/dhtml_script_105.html
I have a deadline of Oct. 31st so any assistance would be greatly appreciated!
Thank you!