在浏览器中直接打开Word, Excel, PPT.(急!急!在线等!)
在浏览器中有按钮,点击就弹出对话框,
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Untitled Document</title>
</head>
<body>
<input type="button" name="Button" value="Button" onClick="window.open('sales%20ordertemplate.doc')">
</body>
</html>
我想要不选择直接打开这个文档.