I want to ask 2 questions.
- How to use http://jsfiddle.net/? "Word DownLoad1" is not work in jsfiddle.net??? 
- "Word DownLoad2" is work in IE, but it is not work in chrome.Why? 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');
}
 
     
    