Programs i am using
NVU and notepad
http://www.nvu.com/index.php
If anyone knows of a better more powerful web editor please let me know
Menu Builder from Coffee Cup software
http://www.coffeecup.com/free-dhtml/help/using-the-dhtml-menu-without-all-the-code-in-your.508.html
I am new to web design and have been learning very quickly but i am now stumped by what i am sure is a simple problem.
I have found a free Menu creator that spits out a javascript code. I can either paste directly in to my html or i can make a .js file and link to it inside my webpage so my pages are not bloated with code.
I am trying to put my menu in a cell of a table on the right side of my page using the following code:
And i have the .js file in the right spot.
Looks like this:
Why wont it work? Please help!
EDIT: Forgot to actually mention HOW it wont work.
The java script just wont show up in the browser. I have the pages on my computer with the right directory structure, but the script menu just wont show.
I tried out a simple java code that write "Hello World" and does not like to another file and that seemed to work. When veiwed in the browser it showed "Hello World" where it was supposed to.
NVU and notepad
http://www.nvu.com/index.php
If anyone knows of a better more powerful web editor please let me know
Menu Builder from Coffee Cup software
http://www.coffeecup.com/free-dhtml/help/using-the-dhtml-menu-without-all-the-code-in-your.508.html
I am new to web design and have been learning very quickly but i am now stumped by what i am sure is a simple problem.
I have found a free Menu creator that spits out a javascript code. I can either paste directly in to my html or i can make a .js file and link to it inside my webpage so my pages are not bloated with code.
I am trying to put my menu in a cell of a table on the right side of my page using the following code:
| Code: |
| <script language="javascript"
src="scripts/dhtml_menu.js"></script> |
And i have the .js file in the right spot.
Looks like this:
| Code: |
| <script type='text/javascript'>
function Go(){return} /*********************************************************************** YOU CAN MANUALLY CHANGE THE MENU HERE, BUT BE VERY CAREFUL ! ***********************************************************************/ Menu1=new Array("Whats New!","http://","",0,30,180); Menu2=new Array("Coming Soon!","http://","",0,30,180); Menu3=new Array("","http://","",0,30,180); blah blah blah i cut the middle out for demonstration function BeforeStart(){return} function AfterBuild(){return} function BeforeFirstOpen(){return} function AfterCloseAll(){return} </script> <noscript>Your browser does not support script</noscript> <!-- REST OF BODY CONTENT BELOW HERE --> |
Why wont it work? Please help!
EDIT: Forgot to actually mention HOW it wont work.
The java script just wont show up in the browser. I have the pages on my computer with the right directory structure, but the script menu just wont show.
I tried out a simple java code that write "Hello World" and does not like to another file and that seemed to work. When veiwed in the browser it showed "Hello World" where it was supposed to.
