I tried your code out, but the "myInput" field isn't getting populated with the value....once the child window is open, I do a view source and the field is blank....
in my code snippet, WebActiion is being passed into the function, and I"m trying to get it to be written to the child window
Main Topics
Browse All Topics





by: lpxtechPosted on 2008-11-03 at 11:26:51ID: 22870051
Hi,
You can access the DOM of the child window by using name.document.
For example if you have an input field with the id="myInput"... See the code attached.
Select allOpen in new window