javascript - pass selected value from popup window to parent window input box

前端 未结 5 980
逝去的感伤
逝去的感伤 2020-11-29 23:20

I am building an order form with PHP and MySQL.

The PHP Form has an input box where the user types in a product code. In the event that the user does not know the pr

5条回答
  •  情深已故
    2020-11-30 00:10

    (parent window)

     
     
     
    

    (child window)

     
     
     
    

    http://www.codehappiness.com/post/access-parent-window-from-child-window-or-access-child-window-from-parent-window-using-javascript.aspx

提交回复
热议问题