Click here to Skip to main content
15,889,281 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a html page with two iframe[its names are frmMenu and frmContent]. iframe with name frmMenu load a html page having a list of redirection links[a tag]. Is it possible to load the pages on iframe frmContent when i click the link on iframe frmMenu. Is it possible to do with JQuery?

Anyone know about this issue please help me?

Thank you
Elk Cloner
Posted
Comments
Elk Cloner 10-Aug-12 1:17am    
self.parent.Iframe2.location.href="url"
above line worked on internet explorer but not worked in FireFox, any solution for this problem?

1 solution

[^] this is working
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900