Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Make iframe invisible

Tags:

iframe

I have an iframe being displayed on a website. What I would like to do is display the iframe on my site but make it so that when a user is looking at it, they won't realize it's an iframe. Right now when you "right click" the iframe it says "view frame source". Is there a way to get rid of that, so the user will just think the iframe is part of the website and not an iframe?

Thanks in advance for your help.

like image 296
Sam J. Avatar asked Jan 07 '13 19:01

Sam J.


1 Answers

<iframe width="700" scrolling="no" height="400" frameborder="0" src="yourFramePage.html" seamless="seamless">
like image 87
woodlumhoodlum Avatar answered Sep 30 '22 20:09

woodlumhoodlum