I'm having some trouble placing the drop down menu script in frontpage.
Return to Recent Questions
Q:
We are very interested in your program.
I am having some trouble placing the drop down menu script in frontpage. Does your company
have a number and some kind of tech support for the frontpage
material.
A:
We don't provide support by phone, email only.
To install your drop down menu script in Frontpage you should do the following things.
1. Create your drop down menu script in DHTML Tuner.
2. Export the drop down menu script into html file "File/Export/To HTML".
3. Copy generated folder with all engine .js files and images
("menu.files/" by default) and data-menu.js (by default) into the same folder with you index.html page (page created in
FrontPage).
4. Now you should add several rows of code into your index.html page.
You can do it in FrontPage (open HTML source of the page and edit it)
or in any text editor. Open your index.html page and edit it.
Notice that it is possible that you'll have errors in the Preview.
But you won't get errors if you open this page in the browser.
5. Add the following code in the tag:
<!-- DHTML Menu -->
<noscript><a href="http://dhtml-menu.com">Drop down menu script by DHTML-Menu.com</a></noscript>
<script type="text/javascript">var dmWorkPath="menu.files/";</script>
<script type="text/javascript" src="menu.files/dmenu.js"></script>
and
<script type="text/javascript" src="data-menu.js"></script>
in the place where you want to have the drop down menu script.
You can paste it in <table>, <div> tags. For example:
<div align=center>
<script type="text/javascript" src="data-menu.js"></script>
</div>
6. Save your index.html page and open it in any browser.
Return to Recent Questions
|