ncm 0 Report post Posted September 23, 2004 hi, i downloaded DHTML MENU CREATOR from navsurf.com and i create a menu for my site but i cannot integrate the menu to my html pages... can you help me about making and integrating menus in html.. Share this post Link to post Share on other sites
wannabeeaweak 0 Report post Posted September 24, 2004 hi, i downloaded DHTML MENU CREATOR from navsurf.com and i create a menu for my site but i cannot integrate the menu to my html pages... can you help me about making and integrating menus in html.. <{POST_SNAPBACK}> where did u download the dhtml nenu creator? Share this post Link to post Share on other sites
marijnnn 0 Report post Posted September 24, 2004 can you post the code or a link to your site? Share this post Link to post Share on other sites
KyoNiwa 0 Report post Posted September 25, 2004 hi, i downloaded DHTML MENU CREATOR from navsurf.com and i create a menu for my site but i cannot integrate the menu to my html pages... can you help me about making and integrating menus in html.. <{POST_SNAPBACK}> I think you use something like <!--#include file="file.extention"--> or <!--#include virtual="file.extention"--> *note: substitute file with your file name and extention with the extention of the file Share this post Link to post Share on other sites
deivid1405241470 0 Report post Posted September 25, 2004 After you created the menu whith links and rollovers etc. press save and put some name mymenu.js for exampleand the page should be like this <html><head><title>NAME OF YOUR SITE</title><script language="JavaScript1.2" src="ajlib.js"></script><script language="JavaScript1.2" src="ajmenu.js"></script></head><body onload="loadMenu()" onresize="loadMenu()"><H1>Name of Menu</H1><script language="JavaScript1.2" src="mymenu.js"></script><script language="JavaScript1.2">displayMenu();</script><script language="JavaScript1.2">createMenu();</script>YOUR CONTENT OF PAGE</body></html> you've to include in the same directory 3 files or this shouldn't workajlib.jsajmenu.jsmymenu.jsand very important is include all the graphics files used in this menu. Share this post Link to post Share on other sites
daniel151405241469 0 Report post Posted September 25, 2004 i use a program to create dhtml menus called 'AllWebMenus'. It's actually very easy to use and inserts the code into the html for you. Share this post Link to post Share on other sites
wannabeeaweak 0 Report post Posted September 25, 2004 where did u get this program ?from wut site? Share this post Link to post Share on other sites
wannabeeaweak 0 Report post Posted September 25, 2004 where did u get this program ?from wut site? Share this post Link to post Share on other sites