JW57
Newbie
Posts: 1
Registered: 1/25/2006
Member Is Offline
|
| posted on 1/25/2006 at 09:56 PM |
|
|
Adding a Link (word document)
I use Tigra to design and structure company web site. How do I add an additional link. I was in the menu_items.js adding the following script:
["Import Request Change" , '. /docs/Import Request Change_MULTIPLE RM.doc']
The doc is a word doc is Import Request Change_MULTIPLE RM.doc
Currently the link shows on the webpage when I edit it in Frontpage, but I can not get the link to open. It tells me the page is temporarily
unavailable....
|
|
|
tigra
Administrator
Posts: 1926
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 1/26/2006 at 12:33 AM |
|
|
Menu uses <a href=".."> for the links. If you can make it work in your page with <a href=".."> it will work in the menu. If you can't
then it will not.
|
|
|