problem with linking directly within a submenu

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Jaco
Super Advanced
Super Advanced
Posts: 85
Joined: Thu Sep 30, 2004 4:57 pm
Location: montreal
Contact:

problem with linking directly within a submenu

Post by Jaco »

Hello, I am trying to get a sub-menu to go directly to a position defined by an anchor on a speccfic web page such as:
aI("text=Calculate N.P.S.H.A.;url=http://www.fluidedesign.com/applets.htm/#applets12;");
unfortunately because of the last / the browser can't find the images anymore, does anyone know a way around this without having to reset the directory locations of the images.

Thanks for any hep.


Jack
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Post by kevin3442 »

Hi Jack,

I'm not sure I understand the problem completely, but if you're linking to an anchor, then why do you have that last / ?

The url should be

Code: Select all

http://www.fluidedesign.com/applets.htm#applets12
Cheers,

Kevin
Jaco
Super Advanced
Super Advanced
Posts: 85
Joined: Thu Sep 30, 2004 4:57 pm
Location: montreal
Contact:

Post by Jaco »

Yep, you're right, silly me that works.

Thanks

Jacques
Post Reply