Jump to content
xisto Community
Sign in to follow this  
ncm

DHTML Menus

Recommended Posts

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

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

After you created the menu whith links and rollovers etc. press save and put some name mymenu.js for example

and 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 work

ajlib.js
ajmenu.js
mymenu.js

and very important is include all the graphics files used in this menu.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.