When we click the link inside the iframe, only redirect iframe view. add attribute target=”_parent” in link then redirect browser tab.
1 2 3 4 5 6 7 |
// <a target="_parent" >Link</a> |
The complete guide to the beginners as well as to the experienced Web Developers
When we click the link inside the iframe, only redirect iframe view. add attribute target=”_parent” in link then redirect browser tab.
1 2 3 4 5 6 7 |
// <a target="_parent" >Link</a> |
More Stories
How to set EC2 Ubuntu default password
CPU & Memory usage in PHP
Install PHP mcrypt extension on Ubuntu