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
problem with linking directly within a submenu
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
Cheers,
Kevin
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
Kevin