Load iframe links into parent window?

shahjee99

New Member
I have this iframe code:\[code\]<iframe src="http://www.example.com" border="0" framespacing="0" marginheight="0" marginwidth="0" vspace="0" hspace="0" scrolling="yes" width="100%" frameborder="0" height="100%"></iframe>\[/code\]What i'm trying to do is..when i click any link in iframe page..then i will go to it and the page will load and i will getout from the current page to the iframe link as a new page.Something like \[code\]target="_self"\[/code\] - not like the normal iframe which will go to this link without any changes in browser itself.Example :iframe src : http://www.w3schools.comWhen i click "Learn HTML" inside the iframe page..then i will go to http://www.w3schools.com/html/default.aspand my browser URL will change to it too.So i just clicked a link inside the iframe and i go to it.Any ideas?
 
Back
Top