TextBox

var a = $("#TextBox3", window.parent.document).val();

 

RadioButtonList

var a = $("#RadioButtonList3 input:checked", window.parent.document).val();

 

DropDownList

var a = $("#DropDownList6 option:selected", window.parent.document).val();

arrow
arrow
    全站熱搜

    adamschen9921 發表在 痞客邦 留言(0) 人氣()