Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by OBang

  1. OBang

    Child window updating parent window

    Thank you Tracy, that worked great exactly what I was looking for. Odd Bang
  2. OBang

    Child window updating parent window

    Given that my application is a VB.Net application, I decided to create the Javascript I needed dynamically during the post back event of the child form. I added the following code to my 'OK' button: ====================================================== Private Sub btnOK_Click(ByVal sender...
  3. OBang

    Child window updating parent window

    Hi Tracy, Thank you for the suggestion. I tried it out as well as a few other variations but without any luck. Just excluding the '.value' at the end eliminates page errors but nothing gets updated on the parent window. Again the statement that works is: window.opener.document.form2.t_1.value...
  4. OBang

    Child window updating parent window

    I have a child form that updates a parent form. The field on the parent form is called "t_1". I am using the following javascript to update its value: opener.document.form2.t_1.value=TaskId; This works fine the value of the variable TaskId is filled in fine. But what I really need is to replace...

Part and Inventory Search

Back
Top