1 頁 (共 1 頁)

[問題]在fiapple上裝快速回覆

發表於 : 2003-08-09 22:28
venus5210
問題外掛:快速回覆1.3.1
參考連結:http://phpbb-tw.net/phpbb/viewtopic.php?t=18075
使用版本:phpBB 2.0.5
網站位置:http://sp.24cc.com/
狀況描述:
我在說明的做了
但是不能
也看站上的方法也是不能
如何才能在fiapple上裝快速回覆

發表於 : 2003-08-10 12:49
venus5210

代碼: 選擇全部

<table width="100%" cellspacing="2" border="0"> 
<tr>
<td COLSPAN="2" class="nav">{JUMPBOX}
<br />
{S_TOPIC_ADMIN}</td></tr>
  <tr> 
   <td valign='top' align='left'>
     <form name='quick_reply' action='{quick_reply.U_QUICK_REPLY}' method='post'>
     <!-- END quick_reply -->
      <!-- BEGIN quick_reply -->
      <textarea name="message" rows="7" cols="35" wrap="virtual" style="width:425px" class="post" onclick="{if(document.quick_reply.message.value=='快速回覆') document.quick_reply.message.value=''}">快速回覆</textarea><br /> 
      {quick_reply.U_HIDDEN_FORM_FIELDS} 
      <input type='image' src='{quick_reply.QUICK_REPLY_IMG}' border='0' alt="快速回覆" onClick="if(document.quick_reply.message.value == '快速回覆' || document.quick_reply.message.value == ''){ alert('發表文章必須要有文章內容'); return false;}else{ return true;}" />
      </form>
</td>
<td class="gensmall" align="right" valign="top">{S_AUTH_LIST}</td></tr></table>
誰能看看哪有問題