Target with Inline Frames

G

Guest

Hi
I have HyperLinks in my main page and a nother page for e.x employee page
which has inline frame to many pages e.x (admin page, product page, contact
page) So I need to navigate the pages which inside inline frame from the
HyperLinks which in the main page


Like there is admin button in the main page when I click on it , it should
Open the employee Page and the admin page which inside the inline frame
Plz plz plz Help me for that
thank you very very much

Imad Al-Horaibi
 
M

MD Websunlimited

Hi Imad,

If you have an Iframe like so:

<iframe id="bio" name="I1" width="522" height="250" src="iframechanging.htm">
Your browser does not support inline frames or is currently configured not to display inline frames.
</iframe>

Then to change it from a hyperlink you'd do

<a href="#" onclick="bio.location.href='bio2.htm';" >Bio 2</a>
 
G

Guest

Mr. MD Websunlimited
Thank you for replying to me But still not working
may be you didn't understand me


I have 2 pages
First Page Include five Hyper links (services , HR, IT,...)

Second Page has 1 Iframe in this Iframe i can browsing the five pages

so what I need is when Iclick to one of the hyper link it should direct open
the second page and the Specific Page which inside the Iframe


I tryed your first way but it's not working

thank you again
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Targeting one inline frame from another 1
Using Inline Frame Question 3
Hyperlinks and inline frames 1
Pages in Inline frames 1
Size of Inline Frames 2
Target frames 4
Target for inline frames 3
Inline Frames 4

Top