|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
links opening into framesets...
Hi
i want to set up how links on my site to external web sites work - only i'm not sure how to do it... At the mo. i have 3 frames - usual set up (i.e. nav frame on the left, etc) With the links page, how i would like this to work is that when a user hits a link, it will open on a new page into a new frameset. This time with 2 frames. The top/banner frame carrying my logo and a link back to the main frameset. The main frame showing the external site. I hope that makes sense..... grateful for any advice you can offer, jim ![]() |
|
#2
|
|||
|
|||
|
using getURL, you can open a new page, and if you specify the name of the frame in the "target" parameter, you can make other frames go that url
Code:
getURL("url","target");
-bret |
![]() |
| Viewing: Dev Shed Forums > Web Design > Flash Help > links opening into framesets... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|