- Joined
- Aug 13, 2012
- Messages
- 77
- Points
- 0
Hi everyone,
I want to show my site an iframe containing a function of another site of mine. The problem is that the src = "page.html" I do not want to be shown directly on the new site, but want through a redirect, ie when you open page in iframe to open a page that is redirect her to another page. I tried to redirect html code <meta http-equiv="refresh" content="0; url=http://www.yourdomain.com/index.html"> but without results, because I no longer displays the final - where should arrive after redirect - and simply stay black (as the case's background color).
How can I make a redirect iframe like this:
src="site1.html" <iframe id='inneriframe' scrolling=no> </ iframe> where inner iframe is defined as the class and helps me to position and size the iframe (content)
What can I do in this case?
I want to show my site an iframe containing a function of another site of mine. The problem is that the src = "page.html" I do not want to be shown directly on the new site, but want through a redirect, ie when you open page in iframe to open a page that is redirect her to another page. I tried to redirect html code <meta http-equiv="refresh" content="0; url=http://www.yourdomain.com/index.html"> but without results, because I no longer displays the final - where should arrive after redirect - and simply stay black (as the case's background color).
How can I make a redirect iframe like this:
src="site1.html" <iframe id='inneriframe' scrolling=no> </ iframe> where inner iframe is defined as the class and helps me to position and size the iframe (content)
What can I do in this case?