DropDown Linking

They have: 2 posts

Joined: Sep 2001

Im kinda stuck,

Im okay with html. Not great but not bad. But Im stuck with a drop down box, here is the script im attempting to use......

News and Events
About Us
FAQ Frequently Asked Questions
MAP/How to find us
A Quick Tour
-----------
Memorable Nights
Recent Happenings
-----------
GUESTBOOK
The Regulars
Resident DJ's
-----------
MESSAGE BOARD
Newsletter
Contact Us
A Guide To Scripting
Official Site

-----As you can see, ive attempted to place "targets" in there since the dropdown is in a *different* frame than the frame i want the link to load.
What i need to know is where/how to place the target information for the page i need. I need them all to link to a frame called "screen"
Thanks for any help you can give me

Life is like a box of chocolates,
some are tasty, others you dont like. But in the end, they always rot your teeth Wink

Busy's picture

He has: 6,151 posts

Joined: May 2001

They have: 2 posts

Joined: Sep 2001

Sad

I must be missing something, i looked at the thread, changed a few things but they didnt seem to make any difference.

All that happens is the drop down menu loads the url in the same frame, and not the intended frame.

I refined the html, taking out the worthless 'target="screen"' s I put in, so all the code i have so far is the same as above but minus those.

Life is like a box of chocolates,
some are tasty, others you dont like. But in the end, they always rot your teeth Wink

Vincent Puglia's picture

They have: 634 posts

Joined: Dec 1999

Hi,

Although this is more than you asked for:

Framed GrassBlade
Windowed GrassBlade
Alerted GrassBlade
...more options....

function doSel(selObj)
{
for (i = 0; i < selObj.length; i++)
if (selObj.options[i].selected)
eval(selObj.options[i].value);
}

Vinny

Where the world once stood
the blades of grass cut me still

Busy's picture

He has: 6,151 posts

Joined: May 2001

Sorry babboy, i missed the main question (it was early morning first reply), just add target= (whatever you have named the targeted page in your frame code) into the link

or try Vincent's way

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.