This is my ifram code. I want to run href and src tag here. But not run please help me.
<iframe href="https://www.instagram.com/loonybinlr/" target=""><img src="/App_themes/images/image4.png" /></iframe>
Hi aspsun11,
IFRAME does not have href and target attribite. It has SRC attribute.
So change href with scr and remove target attribute.
<iframe src="https://www.instagram.com/loonybinlr/"></iframe>
For embebing instagram webpage inside an iframerefer below link.
https://stackoverflow.com/questions/24739663/embebing-instagram-webpage-inside-an-iframe
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.