一个 <input id="aa" type="text" style="width: 120px" /></td>
一个 <input id="bb" type="text" style="width: 120px" /></td>一个button <input id="Button3" type="button" value="...">
要求点击button出showModalDialog窗口 得到所选元素的value 和 text 然后将返回值赋给 aa 和 bb怎么写?