dropdown menu jumping

S

Sproul

I created a dropdown menu and set the behaviours to jump to URL.

I can get it to upen the link in the same frame, or in a new window, but i
cant get it to open in the desired frame,

when the code is set to a new window it looks like this

onchange="FP_jumpMenu(this,'_new',true)">

when it's set to default (which should be my dafault frames page) it looks
like this

onchange="FP_jumpMenu(this,'window',true)">

the above line opens in the same frame, i tried changing it to the frame
that i'm using in this case main

onchange="FP_jumpMenu(this,'main',true)">

but this causes an error and it doesn't work, any ideas?


I do have the javascript version from the microsoft website that will do
what i want it to do, but was getting annoyed that the frontpage version
wouldn't work.



Al....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top