massimorap
Junior Member
Posts: 2
Registered: 10/27/2005
Location: uk
Member Is Offline
|
| posted on 10/27/2005 at 11:38 AM |
|
|
How do I LINK html pages? help!!
Morning guys, first of all compliments, the instructions are to set it up are excellent.
I have got only a small problem, I want to link my html pages created with Ms Office Front page to the Tigra menu, I have tryed in several way but I
haven`t been able to do do it, could any one help me please?
Link.........Value?............Preset?
Target.......Value?.........Preset?
Thank You
Massimo
|
|
|
spw
Member
Posts: 44
Registered: 12/8/2005
Location: Australia
Member Is Offline
|
| posted on 1/23/2006 at 12:37 PM |
|
|
Happy to maybe help but i am not sure I understand your problem - have you maged to link to non FrontPage pages or not managed to do any links???
Which Tigra menu product are you using?
In general the links between the Tigra structure and your html pages are implemented in the menu_items.js file - see following:
var MENU_ITEMS = [
['History', 'history.html', {'tw':'mainFrame'}],
['Interviews', 'interviews.html', {'tw':'mainFrame'}],
['Press', 'press.html', {'tw':'mainFrame'}],
['Photos', 'photos.html', {'tw':'mainFrame'}],
['Sound Bites', 'sounds.html', {'tw':'mainFrame'}],
['Testimonials', 'testim.html', {'tw':'mainFrame'}],
['Related Sites', 'links.html', {'tw':'mainFrame'}],
['Contact Mark', 'contact.html', {'tw':'mainFrame'}]
];
Javascript is VERY FUSSY and one misplaced or missing comma or bracket can stop it all working...
If you are using menu builder then this is all done for you: After you enter the name of the menu item - the next item is the name of the html
file...
Not sure if this is helpful - or did I misunderstand your problem - let me know...
|
|
|
|