Hi there,
I got this one page which has textbox A and a link.When i click this link, it will come out with a pop up window which will retrive some data which i can choose from after some transaction.Once a user choose the data in the pop up window, that particular data will be send to the main page into textbox A.
How do i do that?Can i do that?
Where to look for the sample code?
i got this code which i put in the pop up window to link back
<a href="#" onClick="opener.frmTop.test.value='test';window.cl ose();">Choose</a>
This code cant work coz in the pop window, i made some process which uses form to submit the action.
So basically the "opener" is referring to the same pop up window.
How can i send the data "test" to the main page.
Please help.
Thanx