Log in

View Full Version : Opening link in different window



johnnywall
06-28-2007, 01:12 PM
Hi all,

Im creating a site with 2 frames, the top one contains a flash menu.
When the links on the flash menu are clicked how can i get the corrosponding pages to open in the frame below.

At the moment the pages load in the frame containing the flash menu.

Thanks

JW

Medyman
06-28-2007, 02:20 PM
You can just extend your getURL method.


getURL(url,traget)

e.g.

getURL("http://www.dynamicdrive.com", main)