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

📄 mdc.html

📁 java编程的一些Applets例子。值得深入研究一下。
💻 HTML
字号:
<html>
<head>
   <title>Form</title>
   <meta name="GENERATOR" content="Mozilla/2.01Gold (Win32)">
</head>
<body>

<center><p><b><font SIZE=+3>Form</font></b></p></center>

<p>
<hr><applet code="form.class" width=450 height=150><param name="fgco" value="0,0,0"><param name="bgco" value="0,127,255"><param name=desc value="Do you like our Applets?"><param name=subj value="Applets (e)"><param name=comment value="Your Comment:"><param name=recip value="java@mt.e-tchnik.uni-kassel.de"><param name=href value=http://www.uni-kassel.de/fb16/ipm/mt/"><param name=buttons value="Yes,yes,-No,no"></applet>
<hr>
<br><b><i><font SIZE=+1>* Please Note: An Internet Connection Must Be Established
To Run Applet *</font></i></b></p>

<p>Applet Name: Form 
<br>Applet Source: <a href="form.java">form.java 
<br></a>Import(s): java.awt, java.io, java.net, java.util 
<br>Feature(s): GUI, network, mouse, keyboard 
<br>Author: <a href="mailto: thwendt@mt.e-technik.uni-kassel.de">Thomas
Wendt</a></p>

<h2>Usage Guide:</h2>

<p>The applet uses java as a form substitute and shows how to transfer
small amounts of data to the server without the need of sockets or cgi-scripts.
The applet is somewhat crippled because of the restrictions of current
browsers. They don't allow sending email because of security.</p>

<pre>fgco=int[3] Foreground color as RGB valuee(black) 
bgco=int[3] Background color as RGB value (gray)
desc=String Question for Checkbox (Question) 
subj=String Fixed subject of message (Form)
comment=String Label for Textarea (Comment) 
href=String recipient script/base path (don't send)
type=String email, cgi (statistics) 
recip=String email address of recipient (don't send) 
buttons=String[2][]n
Button desc/transmit (Answer,x)

Example: </pre>

<pre>&lt;applet code=&quot;form.class&quot; width=450 height=150&gt; 
&lt;param name=&quot;fgco&quot; value=&quot;0,0,0&quot;&gt; 
&lt;param name=&quot;bgco&quot; value=&quot;0,127,255&quot;&gt; 
&lt;param name=desc value=&quot;Do you like our Applets?&quot;&gt; 
&lt;param name=subj value=&quot;Applets (e)&quot;&gt; 
&lt;param name=comment value=&quot;Your Comment:&quot;&gt; 
&lt;param name=recip value=&quot;java@mt.e-tchnik.uni-kassel.de&quot;&gt; 
&lt;param name=href value=http://www.uni-kassel.de/fb16/ipm/mt/&quot;&gt; 
&lt;param name=buttons value=&quot;Yes,yes,-No,no&quot;&gt; 
&lt;/applet&gt;</pre>

<center><p>
<hr><a href="../index.html"><img src="../images/mantoid.gif" alt="Return to index." border=0 height=109 width=109></a></p></center>

</body>
</html>

⌨️ 快捷键说明

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