hi all,
i have test.aspx page in that page i displaying a popup in that popup i m using iframe , in iframe i m giving href as href=test2.aspx, in test2.aspx i have control called a html select control like below
<select SIZE="1" style="width: 210px;" name="SetKey" id="SetKey" cols="40" ><OPTION value="42008" title=""></OPTION>
<OPTION value="45165" title="samplekey">samplekey</OPTION>
<OPTION value="45166" title="New samplekey1">samplekey1</OPTION>
</select>
on close on popup i want to capture the selected vlaue from ifram control i.e html select control.
Thanks in advance
Go to the complete details ...