Prevent iframe opening in new tab when interacting
-
Hi when a user signs in I would like them to stay within my page but a new tab opens – how can i prevent this?
i’m using:
[iframe src="https://hapersonaltraining.ptminder.com/" width="100%" height="750"]
i have tried using target=”_self”:
[iframe src="https://hapersonaltraining.ptminder.com/" width="100%" height="750" target="_self"]
This happens when I register or sign in even though the page does load within the iframe it also opens up the new tab:
any help would be much appreciated.
- The topic ‘Prevent iframe opening in new tab when interacting’ is closed to new replies.