My HTML iframe code
<iframe style="height:500px;width:500px;" src="http://google.co.in"><iframe>
if try show google in my webpage its through the error in console
Refused to display 'https://www.google.co.in/' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'.
Otherwise its works fine for many sites for example .,
<iframe style="height:500px;width:500px;" src="http://www.espncricinfo.com/">
my problem is .,
when try load this URL(www.dinamalar.com
) on iframe
my webpage (redirected to www.dinamalar.com`)turn to homepage of particular website
is there way to show this site on my web page's iframe
..?you can try myURL in this try editor . iframe
not working in jsfiddle. http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_iframe
this have to work in my page
<iframe style="height:500px;width:500px;" src="http://www.dinamalar.com/">