Frameset help please

admin

Administrator
Staff member
I have a frameset with 2 frames<br />
the left frame (named Navigation) which has a Flash Menu<br />
the right had frame is named mainFrame.<br />
<br />
What I am looking for is the Flash code using the GET URL function to in the menu to call up another HTML page into the Mainframe<br />
<br />
I have uploaded a diagram<!--content-->Not sure if this is what you are looking for. But this is how you would do it in HTML <a href=http://www.webdeveloper.com/forum/archive/index.php/"link.htm" target="mainFrame">Link</a> Or in JavaScript <a href="link.htm" onclick="window.open(this.href); return false;">link</a><!--content-->I would use the java!<!--content-->
 
Back
Top