Quote:
Originally Posted by GoCastaway
target="_blank"
|
I mean this:
<iframe src="https://chaturbate.com/in/?track=embedtube&tour=CoeM&campaign=XXXXXX&disable _sound=1
&target=_blank&mobileRedirect=auto&embed_video_only=1" height="250px" width="300px" frameborder="0" class="code" scrolling="no"></iframe>
target="_blank" would work in an anchor tag (a href) but I don't think it will open a new window if placed in an iframe like so:
<iframe target="_blank" src="https://chaturbate.com/in/?track=embedtube&tour=CoeM&campaign=XXXXXX&disable _sound=1&mobileRedirect=auto&embed_video_only=1" height="250px" width="300px" frameborder="0" class="code" scrolling="no"></iframe>