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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using getURL to open HTML page in frameset 1

Status
Not open for further replies.

RichCassidy

Technical User
Dec 23, 2001
3
GB
Hi!

I am building a web site using frames.

I have created a navigation bar using a Flash movie containing a column of buttons. This movie sits within an HTML document in the LEFT frame in the browser window.

I want to change the content in the RIGHT hand frame by loading HTML/DHTML/SHTML/FLASH pages.

I know how to make the buttons link to URLs which are in turn loaded into say a new window, _self, _parent etc. but does anyone know if there's an ActionScript to load content in to a specific frame within a frameset?

Thanks!
 
Sure!
Just target the frame's name:

on (press){
getURL(" "mainframe");
}

Regards,
wink4.gif
ldnewbie
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top