PDA

View Full Version : Menu link


Sam
22.05.2001, 15:15
Hello, I'am back with a silly question

Got problem fixing the link offline & online.
Really need to test the site before publishing it.

I've enter the command:
oCMenu.offlineUrl="file:///C:/omegasci/menu.js/"
oCMenu.onlineUrl="http://www.omegascientific.com.sg/menu.js/"

and now the link
oCMenu.makeMenu('top0','','*Home','index.htm')

oCMenu.makeMenu('top1','','*Products','')
oCMenu.makeMenu('sub103','top1','Dionex Chromatograph','')
oCMenu.makeMenu('sub001','sub103','DX120 Ion Chromatograph','dionex/dx120.htm')
oCMenu.makeMenu('sub002','sub103','DX320 Ion Chromatograph','dionex/dx320.htm')

this only work one link at time

Should I enter the link like this:
oCMenu.makeMenu('top0','','*Home','/index.htm')

oCMenu.makeMenu('top1','','*Products','')
oCMenu.makeMenu('sub103','top1','Dionex Chromatograph','')
oCMenu.makeMenu('sub001','sub103','DX120 Ion Chromatograph','/dionex/dx120.htm')
oCMenu.makeMenu('sub002','sub103','DX320 Ion Chromatograph','/dionex/dx320.htm')

or like this

oCMenu.makeMenu('top0','','*Home','../index.htm')

oCMenu.makeMenu('top1','','*Products','')
oCMenu.makeMenu('sub103','top1','Dionex Chromatograph','')
oCMenu.makeMenu('sub001','sub103','DX120 Ion Chromatograph','../dionex/dx120.htm')
oCMenu.makeMenu('sub002','sub103','DX320 Ion Chromatograph','../dionex/dx320.htm')

this one works but not when in the index page.

bratta
22.05.2001, 15:48
Change to:

oCMenu.offlineUrl="file:///C:/omegasci/"
oCMenu.onlineUrl="http://www.omegascientific.com.sg/"

It should not have the name of the file as well. Only the path to the folder.

-Thomas Brattli-
http://www.bratta.com/
http://www.dhtmlcentral.com/

aloof
28.05.2001, 07:27
Hi i have a question about the offline and online url...

is it possible not to include the offline and online url at all?

it works if i set it but what if i do not want to set it...is there a way to get around it? im using a linked js for the menus. I reallllly have to set it?


Edited by - aloof on 05/28/2001 06:31:17