<tr> <td class="tablerow2" align="right"><b><%=NewAsp.ModuleName%>作者:</b></td> <td class="tablerow2" align="center"><input type="checkbox" name="selAuthor" value="1"></td> <td class="tablerow2"><input name="Author" id="Author" type="text" size="20"> <select name="font2" onChange="Author.value=this.value;"> <option selected value="">选择作者</option> <option value="佚名">佚名</option> <option value="本站">本站</option> <option value="不详">不详</option> <option value="未知">未知</option> </select></td> </tr> |
<tr> <td class="tablerow2" align="right"><b><%=NewAsp.ModuleName%>联系:</b></td> <td class="tablerow2" align="center"><input type="checkbox" name="selcontactus" value="1"></td> <td class="tablerow2"><input name="contactus" id="contactus" type="text" size="20"> </td> </tr> |
If Trim(Request.Form("selAuthor")) <> "" Then strTempValue = strTempValue & "Author='"& NewAsp.Checkstr(Request.Form("Author")) &"'," |
If Trim(Request.Form("selcontactus")) <> "" Then strTempValue = strTempValue & "Contact='"& NewAsp.Checkstr(Request.Form("contactus")) &"'," |
新闻热点
疑难解答