3 <script type=
"text/javascript">
5 function openWinIFrame()
7 tab
= window
.open("iframe_redirect_malware.html");
12 tab
= window
.open("redirect_to_malware.html");
18 // This will trigger a navigation event.
19 window
.location
= "/";
27 <input type=button
value=
"Open Redirect Window" onclick=
"openWin()">
31 <input type=button
value=
"Stop Window" onclick=
"stopWin()">