im trying to open a new windows with JavaScript and i want the windows to automatically Display an embedded video.
heres the code i have far. but every time i try to insert the embedded code. the link doesn't even open.
It doesnt work when i add iframe control directly to myHtml variable
heres the embedded src:
<iframe width="600" height="480" frameborder="0" src="http://embed.nowvideo.sx/embed.php?... scrolling="no"></iframe>
<!DOCTYPE>
<html>
<head>
<title>Untitled Page</title>
<script type="text/javascript">
function windowFactory(html) {
var windowRef = window.open("&q ...
Go to the complete details ...