<HTML><BODY>
<SCRIPT LANGUAGE="JavaScript">
<!--
function saveme(){document.execCommand('SaveAs');}
//-->
</SCRIPT>
<input type="button" value="Save As..."
onclick="document.execCommand('SaveAs')">
</BODY></HTML>
this code gives option to select only .txt and html files
i want to select xls file how can i do that







Bookmarks