helppopup.html

来自「aspupload」· HTML 代码 · 共 36 行

HTML
36
字号
<HTML>
<HEAD>
<TITLE>Why is this link not working?</TITLE>
</HEAD>
<BODY>
<BASEFONT FACE="Arial">
<FONT FACE="Arial" SIZE="2">
<h4>Why is this link not working?</h4>

Throughout the AspUpload manual,
links to the code samples
such as <B>http://localhost/aspupload/02_simle/Form1.asp</B>
are used. For these links to work, the following must be true:

<UL>
<LI>You are running IIS or PWS on your local machine.
<LI>You have the latest version of AspUpload installed.
<LI>Your local web server responds to the address http://localhost.
<LI>The virtual directory /AspUpload is added to your web server
pointing to the \Samples sub-directory of the AspUpload installation.
</UL>

If necessary, replace the word "localhost" with the name/address of your server.

<P>
<CENTER>
<FORM>
<INPUT TYPE=SUBMIT VALUE="Close this window" OnClick="window.close()">
</FORM>
</CENTER>

</FONT>
</BASEFONT>
</BODY>
</HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?