how to check if page is in iframe
if ( window.location !== window.parent.location ) {
// The page is in an iframe
} else {
// The page is not in an iframe
}
how to check if page is in iframe
if ( window.location !== window.parent.location ) {
// The page is in an iframe
} else {
// The page is not in an iframe
}
iframe
<!-- This tag is used for rendering one page in another.
It by default has a border-->
<iframe src="https://example.com/">This will show if the url does not load</iframe>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us