G
Guest
Hi,
I am loading a popup from my parent page when an image is clicked. How can I
now pass a value from a textbox to the popup page. Currently this is how I am
calling the popup from parent page
<A href="javascript:GetInfo(txtRetVal', true)"><IMG height="16"
src="images/lookup.gif" width="16" align="middle" border="0"></A>
txtRetVal is the name of the textbox on the parent page that accepts the
value returned from the popup.
Thanks
I am loading a popup from my parent page when an image is clicked. How can I
now pass a value from a textbox to the popup page. Currently this is how I am
calling the popup from parent page
<A href="javascript:GetInfo(txtRetVal', true)"><IMG height="16"
src="images/lookup.gif" width="16" align="middle" border="0"></A>
txtRetVal is the name of the textbox on the parent page that accepts the
value returned from the popup.
Thanks