Maybe I need to change the function which is a s followshere's the code for the function call:
function update_frame(myoptions)
{
destination = myoptions[myoptions.selectedIndex].value;
if (destination == "null")
{
return true;
}
window.open(destination, '_top');
myoptions.selectedIndex = 0;
return true;
}
So I tired to change destination to 'self' and to 'lower' and to 'lower'
But I can't seem to figure it out
I couldn't figure out where to place the code you gave to me. Could you be more specific. Or do I need to change the function
Sorry, I'm sort of a javascript newbie.
Thanks