📄 addentry.shtml.htm
字号:
<html>
<head>
<title>MFC Programmer's SourceBook - GuestBook (Add Entry)</title>
</head>
<body background="../fancyhome/back.gif" tppabs="http://www.codeguru.com/fancyhome/back.gif" bgcolor="#FFFFFF" >
<table border="0" width="913">
<tr>
<td width="267"><img src="../fancyhome/codeguru.gif" tppabs="http://www.codeguru.com/fancyhome/codeguru.gif" WIDTH="265" HEIGHT="85"></td>
<td align="right" valign="top" width="638"></td>
</tr>
</table>
<H2>Guestbook - Add Entry</H2>
<HR>
Please fill in the form below to add to the guestbook. The only
fields that you have to fill in are the comments and name section.
<P>You could comment on what you liked at this site, what you did
not like and what kind of topics would you like to see covered
in the future.
Thanks!
<P>
<FORM METHOD = "POST" ACTION = "http://www.codeguru.com/Guestbook/guestbook.cgi">
<TABLE>
<TR>
<TH ALIGN = "left">Your Name:</TH>
<TD><INPUT TYPE = "text" NAME = "realname" SIZE = "40"
VALUE = ""></TD>
</TR><TR>
<TH ALIGN = "left">E-Mail:</TH>
<TD><INPUT TYPE = "text" NAME = "email" SIZE = "40"
VALUE = ""></TD>
</TR><TR>
<TH ALIGN = "left">URL:</TH>
<TD><INPUT TYPE = "text" NAME = "url" SIZE = "50"
VALUE = "http://"></TD>
</TR><TR>
<TH ALIGN = "left">City:</TH>
<TD><INPUT TYPE = "text" NAME = "city" SIZE = "15"
VALUE = ""></TD>
</TR><TR>
<TH ALIGN = "left">State:</TH>
<TD><INPUT TYPE = "text" NAME = "state" SIZE = "4"
VALUE = ""></TD>
</TR><TR>
<TH ALIGN = "left">Country:</TH>
<TD><INPUT TYPE = "text" NAME = "country" SIZE = "15"
VALUE = ""></TD>
</TR><TR>
<TH ALIGN = "left">Comments:</TH>
<TD><TEXTAREA NAME = "comments" COLS = "60" ROWS = "4">
</textarea></TD>
</TR></TABLE>
<CENTER>
<INPUT TYPE = "submit" VALUE = "Submit Addition">
<INPUT TYPE = "reset">
</FORM>
<P>
<A HREF = "guestbook.shtml.htm" tppabs="http://www.codeguru.com/Guestbook/guestbook.shtml">Back to the Guestbook Entries</A><BR>
</CENTER>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -