1. This works great.
2. I am trying to Pass a value "txtParentI D" to pop up window "txtChildID "
I found a java for the second item. but how do I get # 1 to execute the java function after it opens up pop up window.
Code:
<a href="javascript:void(0)" onclick="window.open('adddept.aspx','welcome','width=400,height=250')">Add a Department </a>
I found a java for the second item. but how do I get # 1 to execute the java function after it opens up pop up window.
Comment