read a text field from a new opened window

D

DaveF

This does not work
document.forms[0].wipSubject.value =
self.opener.document.forms[0].txtSubject.value;
 
D

Daniel Fisher\(lennybacon\)

<!--_test.htm -->
<html>
<body>
<form>
<input type="text" value="myvalue" name="txt" />
</from>
</body>
</html>

<!-- opener.htm -->
<html>
<body>
<script language="javascript">
var host=open("_test.htm","host","width=400,height=100,top=150");
alert(host.document.getElementById('txt').value);
</script>
</body>
</html>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,540
Members
45,025
Latest member
KetoRushACVFitness

Latest Threads

Top