Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FRAME TO FRAME LINK

Status
Not open for further replies.

killbuzz

Technical User
Joined
Mar 21, 2001
Messages
103
Location
US
Hi all! I have a flash navigation bar on the lefthandside of my website and i have three Frames in my index.html site. (Top) (leftHandSide) (Center) What i want to do, is have the lefthandside fram with the flash be able to click on the buttons and it send a command to open the center frame up to what that link has without having a popup. Whats the java script for that i have looked everywhere.

PS the flash on the lefthandside has 5 buttons in it. I need all of them to be able to open the center frame up.

Thanks
 
in the flash movie on the buttons where where you have the geturl command jst put a target of _main that will hit up the center frame. Unless it is called something else then just substitue that name in.

[afro]
 
I understand the geturl and this is what i got

on (release) {
getURL ("}

where do i put telltarget?

Also the flash is in one frame and the page i want it to open up in is in another frame go to killbuzz.com and look at what im talking about the links at the top im going to take that out and put them over to the side, and have it open the pages on the center page dont i need a java script?

Hope this makes sence.

Thanks again
 
ok when you click on actions on the button on the bottom there are a bunch of boxes one of them has your link the other has target like _main or _top _parent whatever on that one type _main
on (release) {
getURL (" "_main");
}

i think thats how it turns out
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top