<html>
<head>
<title>Remote window</title>
</head>
<body>
<form>
<input type="button" value="Open another page"
onclick="aa=window.open('test.htm','','width=200,height=200')">
<input type="radio" name="x" onclick="aa.document.bgColor='red'">
<input type="radio" name="x" onclick="aa.document.bgColor='green'">
<input type="radio" name="x" onclick="aa.document.bgColor='yellow'">
</form>
</body>
</html>
Subscribe to:
Post Comments
(
Atom
)
0 comments :
Post a Comment