Frame in New Window

I have flash buttons that link to a page in a new window with a frame. Is there a way I can code the button to not only open that new window but send the information for the desired page to be displayed in that frame? I have no problem linking the page to the buttons but the frame always displays the default page. Thanks for any help!

might be to obvious but why don’t you make the page you want loaded the default page?

Sorry, I wasn’t clear for the reason I think. The intro page has other flash buttons on it. All buttons lead to another html page with the frame on it. I would like to have that page open up with content in the frame according to which button they click. Maybe I should go about it another way but that’s where I am at now. Thanks for your help so far though:).

GetURL(“URL”) Im not 100% on what u mean (i guess being tired doesnt help) but I think that should help

I use GETURL and choose the html page. The page will open, but I was hoping to use that same button to tell that html page what to put in the frame on its page. It opens to the default page now. Can I use GETURL twice? Once to get the page then once with the HTML to be placed into the frame along with the frame name?

Like GETURL(“page.htm.”;"_blank")

and somehow

GETURL(“framehtml.html”;“framename”)

Seems like there has to be a simple way to send this command after requesting the new window but I am relatively new at this and am at a loss. Thanks again.

ummm…i dont know if thats possible

Maybe that’s why I can’t find anything about it. I guess I would have to make duplicate pages then. Thanks for your help none the less. Any info is appreciated.