I need to know how to change Inline Frames using hyperlinks. I need to know this because im making a radio site and i need to change pages without the user disconnecting from listening to the radio. This is vitole for my site. Please HELP ME! Please.
INLINE FRAME CHANGE using hyperlinks
Collapse
X
-
Re: INLINE FRAME CHANGE using hyperlinks
Hi, when you place an iframe on the page you will give it a name in the iframe properties box. Lets say "if1".
Now when you make a link from the main page, you put the url in as normal, but also in the target box type in if1. This will tell the link to go and get the page from the web, & send it to the ifame named if1 on your page.
-
Comment