jokes.cgi.htm

来自「mfc资料集合5」· HTM 代码 · 共 48 行

HTM
48
字号
    <HTML><HEAD><TITLE>Jokes (Add Form)</TITLE></HEAD>
<body background="../fancyhome/back.gif" tppabs="http://www.codeguru.com/fancyhome/back.gif" bgcolor="#FFFFFF" link="#B50029" vlink=
"#8E2323" alink="#FF0000" bgproperties="fixed">
<table WIDTH="100%">
        <td>
        <table>
                <tr>
                <td><img src="../fancyhome/title.gif" tppabs="http://www.codeguru.com/fancyhome/title.gif" ALT="MFC Programmer's SourceBook"></td>
                </tr>
                <tr>
                <td align=right valign=bottom><FONT color="#8E2323"><h1>Add a Joke</h1></font></td>
                </tr>
        </table>
        </td>
        <td ALIGN="RIGHT"><!--#exec cgi="/cgi/ads.cgi"--></td>
</table>
<HR>

    Please fill in the form below to add a new joke. Please do not post
a joke thay you know violates a copyright. If you find a joke that should
not be here please let me know.

    <P>
    <FORM METHOD = "POST" ACTION = "http://www.codeguru.com/jokes/jokes.cgi">
    <TABLE>
    <TR>
    <TH ALIGN = "left">Your Name:</TH>
    <TD><INPUT TYPE = "text" NAME = "realname" SIZE = "40"
	       VALUE = ""></TD>
    </TR>
    

    <TR>
    <TH ALIGN = "left">Joke:</TH>
    <TD><TEXTAREA NAME = "joke" COLS = "80" ROWS = "24" WRAP=PHYSICAL>
    
    </textarea></TD>
    </TR></TABLE>
    <CENTER>
    <INPUT TYPE = "submit" VALUE = "Submit Addition"> 
    <INPUT TYPE = "reset">
    </FORM>
    <P>    
    <A HREF = "index.shtml.htm" tppabs="http://www.codeguru.com/jokes/index.shtml">Back to the Jokes</A><BR>
    </CENTER>    
    </BODY>
    </HTML>

⌨️ 快捷键说明

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