⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 debug.htm

📁 applet在線上繪圖,允許在瀏覽器上繪圖,最後儲存成各式的圖檔
💻 HTM
字号:
<html>

<head>
<title>Debug form.</title>
</head>

<body bgcolor="#A8A8B8">
<table border="1">
<caption><b>Debug form</b></caption>

<tr><td>
  <form action="save.aspx" method="post" enctype="multipart/form-data">
	File to upload<br>   
	<input type=file size="40" name="image" ><br>
	<input type="submit" value="Upload">
  </form>

<font size="-1">
<p>This form can help you to debug the "save.aspx" script.
If "save.aspx" raises an error you won't see the server response while saving
the resulting image. This is because the "save.aspx" output goes to the applet (not to the browser).

<p>In that case you can debug the script by uploading an image with this simple form.
The proper output of the original script looks as follows:</p>
</font>

<pre>
#SHOWDOCUMENT=view.aspx?filename=...
</pre>
</td></tr>

</table>

<p align="center"><a href="javascript:void(0);" onclick="window.close();">Close</a></p>

</body>

⌨️ 快捷键说明

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