姓名: |
<input name="name" type="text" id="name" size="40" maxlength="20" />
|
E-Mail: |
<input name="email" type="text" id="email" size="40" maxlength="40" />
|
电话: |
<input name="phone" type="text" id="phone" size="40" maxlength="20" />
|
主题: |
<input name="title" type="text" id="title" size="80" maxlength="80" />
|
内容: |
<script type="text/javascript">
var oFCKeditor = new FCKeditor("content");
oFCKeditor.BasePath = '/guestbook3/fckeditor/' ;
oFCKeditor.Height = 300 ;
oFCKeditor.ToolbarSet = 'Basic';
oFCKeditor.Create() ;
</script>
|
|
<input type="submit" name="Submit" value="提交" />
<input type="reset" name="Reset" value="重置" />
|