我想问2个问题。
如何使用http://jsfiddle.net/?“Word DownLoad1”在 jsfiddle.net 中不起作用???
“Word DownLoad2”在 IE 中可以使用,但在 chrome 中无法使用。为什么?html。
<span id="GridView1_ctl04_lblWord"> <select name='selPdf56' class='selectMenu'> <option value='g38'>A Form</option> <option value='g39'>B Form</option> </select> </span><a id="GridView1_ctl04_lnkWord" href="javascript:proDoc('56','g38');">Word DownLoad1</a> <a id="GridView1_ctl05" href="javascript:proDoc(56,document.getElementById('selPdf56').options[document.getElementById('selPdf56').selectedIndex].value);">Word DownLoad2</a>
js
function proDoc(myDEID,myForm){
alert('Active');
}