i have this code:
<form method="POST" action="--WEBBOT-SELF--">
<p><input type="button" value="Button" name="B3" onclick='
window.open("editorderip.asp","","fullscreen,scrol lbars");
document.frmitem.txtqty.value=123' ></p>
</form>
the opening of window is working: window.open("editorderip.asp","","fullscreen,scrol lbars")
from that, assuming there is a form (frmitem) and a control in the form (txtqty)
i want to pass a value to txtqty (ie document.frmitem.txtqty.value)
im not making it work... any idea ... its taking forever w/ me