Target with Inline Frames

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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>
 
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
 
Back
Top