jane_bond
12-02-2002, 06:27 PM
OK, I am trying to come up with a better looking alternative to the form-style drop-down menu and since I don't know JavaScript, have found a code generator to do the job for me. Only problem, It only creates 3 menus and it only has 4 items per menu.
So, how can I increase the number of menus without having them conflict, or whatever?
Can I just add more items per menu if I follow the protocol in the other menu items?
Here is a link to the generator I'm using: http://www.searchbliss.com/webmaster_tools/menu_sub.htm
I am not a programmer, and I don't know any Javascripting, so I am having a really hard time trying to figure out how to do this.
Here is an example of one of the three menus I generated:
m[0]='Forms';n[0]='#';sw[0]=120;su[0]='Forms';st[0]="";s[0]=""
+p+"https://url removed"+q+a+"Application for Employment"+r+"Application for Employment"+t
+p+"https://url removed"+q+a+"Business Card Requisition"+r+"Business Card Requisition"+t
+p+"https://url removed"+q+a+"Electronic Data Responsibility Form"+r+"Electronic Data Responsibility Form"+t
+p+"https://url removed"+q+a+"MARKETING / CONTACT REPORT FORM FOR FIELD USE"+r+"MARKETING / CONTACT REPORT FORM FOR FIELD USE"+t
There are two sections of other coding: One before the menus and one after.
I don't know which section is relevant (or perhaps both!) so I am attaching a text file of the complete javascript if anyone can help.
So, how can I increase the number of menus without having them conflict, or whatever?
Can I just add more items per menu if I follow the protocol in the other menu items?
Here is a link to the generator I'm using: http://www.searchbliss.com/webmaster_tools/menu_sub.htm
I am not a programmer, and I don't know any Javascripting, so I am having a really hard time trying to figure out how to do this.
Here is an example of one of the three menus I generated:
m[0]='Forms';n[0]='#';sw[0]=120;su[0]='Forms';st[0]="";s[0]=""
+p+"https://url removed"+q+a+"Application for Employment"+r+"Application for Employment"+t
+p+"https://url removed"+q+a+"Business Card Requisition"+r+"Business Card Requisition"+t
+p+"https://url removed"+q+a+"Electronic Data Responsibility Form"+r+"Electronic Data Responsibility Form"+t
+p+"https://url removed"+q+a+"MARKETING / CONTACT REPORT FORM FOR FIELD USE"+r+"MARKETING / CONTACT REPORT FORM FOR FIELD USE"+t
There are two sections of other coding: One before the menus and one after.
I don't know which section is relevant (or perhaps both!) so I am attaching a text file of the complete javascript if anyone can help.