📄 hbupload.htm
字号:
<!-- saved from url=(0022)http://internet.e-mail -->
<!-- saved from url=(0022)http://internet.e-mail -->
<html>
<head>
<META name=VI60_defaultClientScript content=VBScript>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>关于CellWeb插件中文件打开、上传、以及导入数据库中的问题</title>
<SCRIPT LANGUAGE=vbscript>
<!--
'打开文件对话框,选择文件
Sub button1_onclick
CellWeb1.OpenFile "",""
End Sub
'把文件上传给服务器,服务器端HBUpload.asp进行处理
Sub button2_onclick
CellWeb1.UploadFile "HBUpload.asp"
End Sub
'打开服务器端虚拟根目录下*.cll文件
Sub button3_onclick
CellWeb1.OpenFile "CellOrder.cll", ""
End Sub
-->
</SCRIPT>
</head>
<body>
<p>
<OBJECT id=CellWeb1 style="LEFT: 0px; WIDTH: 811px; TOP: 0px; HEIGHT: 413px"
height=413 width=811 classid=clsid:3F166327-8030-4881-8BD2-EA25350E574A><PARAM NAME="_Version" VALUE="65536"><PARAM NAME="_ExtentX" VALUE="21458"><PARAM NAME="_ExtentY" VALUE="10927"><PARAM NAME="_StockProps" VALUE="0"></OBJECT>
</p>
<P>
<TABLE cellSpacing=0 cellPadding=0 width="75%" border=0>
<TR>
<TD><INPUT id=button1 type=button value=打开本地文件></TD>
<TD><INPUT id=button2 type=button value=上传文件></TD>
<TD><INPUT id=button3 type=button value=打开远程文件></TD></TR></TABLE></P>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -