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....
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....