Any one know how to keep a page from not being opened behind an iframe?
eg: <iframe src="page.php"></iframe>
Then if you paste http ://site.com/page.php into your browser it would either redirect or come up as not found status code 404?
eg: <iframe src="page.php"></iframe>
Then if you paste http ://site.com/page.php into your browser it would either redirect or come up as not found status code 404?
Comment