|

- 帖子
- 19
- 积分
- 15
- 威望
- 0
- 金币
- 0 个
- 体力
- 50
|
This is my original file, these code is different from the one listed in the first page, i tried to follow the steps and replace them with the code stated, it works! why it is different in my original code?
viewthread.htm
<form method="post" id="postform" action="post.php?action=reply&fid=$fid&tid=$tid&extra=$extra&replysubmit=yes" onSubmit="return validate(this)">
forumdisplay.htm
<form method="post" id="postform" action="post.php?action=newthread&fid=$fid&extra=$extra&topicsubmit=yes" onSubmit="return validate(this)"> |
|