![]() |
|
|
+ Search |
![]()
|
Jan 23rd, 2002 09:08
Arsen Yeremin, MR STILES,
<html>
<head>
<title>main</title>
<script>
function PopWindow()
{ var obj_window = window.open()
obj_window.document.write("<a href=\"javascript:var x =
opener.location='http://cnn.com'\">Go to CNN</a>")
}
</script>
</head>
<body>
<a href="javascript:PopWindow()">Pop Window</a>
</body>
</html>