Er lopen al meerdere topics over dit onderwerp, maar ik de oplossingen die daar instonden heb ik gebruikt, maar schijnen niet te werken.
popup.htm
pop.htm:
popup.htm
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| <html><title> JavaScript window</title>
<HEAD><SCRIPT language="JavaScript">
<!-- Begin
function test() {
window.open("pop.htm","","toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=0,copyhistory=0,width=285,height=255,screenX=500,screenY=100");
}
// End -->
</SCRIPT>
</head>
<body>
<form name="form" method="post" action="">
<input type="text" name="tekst">
<input type="submit" name="Submit" value="Submit" onClick="test()">
</form>
</body>
</html> |
pop.htm:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="javascript">
<!--
function test()
{
//alert();
window.opener.document.forms[ 'form' ].elements[ 'tekst' ].value = 'blaat';
}
-->
</script>
</head>
<body>
<form name="form1" method="post" action="">
<textarea name="textfield">test tekst</textarea>
<input type="submit" name="Submit" value="Submit" onClick="test()">
</form>
</body>
</html> |
[AMD 64 X2 3800] [Asus a8n-e] [2048mb Kingston] [nvidia 7300GS] [2*Seagate160GB s-ata] [WD 120GB 8MB] [Plextor px-708a] [nec 4550]