[問題][外掛]quick reply 竹猫的效果?
發表於 : 2003-05-25 01:42
请问修改MOD才能得到在快速回复框框里显示"快速回覆這篇主題"的效果(鼠标)点击后这行字会自动消失...
就想竹猫的一样
谢谢
就想竹猫的一样
谢谢
代碼: 選擇全部
<table width='100%' cellspacing='2' border='0' align='center'>
<tr>
<td valign='top' align='left'>
<form name='quick_reply' action='{quick_reply.U_QUICK_REPLY}' method='post'>
<!-- END quick_reply -->
<!-- BEGIN switch_username_field -->
<span class='gensmall'><b>{L_USERNAME}</b></span><br />
<span class='genmed'><input type='text' class='post' tabindex='1' name='username' size='25' maxlength='25' value='' /></span><br />
<!-- END switch_username_field -->
<!-- BEGIN quick_reply -->
<textarea name="message" rows="7" cols="35" wrap="virtual" style="width:425px" class="post" onclick="{if(document.quick_reply.message.value=='{L_QUICK_REPLY_TOPIC}') document.quick_reply.message.value=''}">{[color=red]L_QUICK_REPLY_TOPIC[/color]}</textarea><br />
{quick_reply.U_HIDDEN_FORM_FIELDS}
<input type='image' src='{quick_reply.QUICK_REPLY_IMG}' border='0' alt="{quick_reply.L_QUICK_REPLY_TOPIC}" onClick="if(document.quick_reply.message.value == '{quick_reply.L_QUICK_REPLY_TOPIC}' || document.quick_reply.message.value == ''){ alert('{quick_reply.L_EMPTY_MESSAGE}'); return false;}else{ return true;}" />
</form>
</td>
紅色的地方改成quick_reply.L_QUICK_REPLY_TOPIC
不要推文喔wuge 寫:帮帮我呀! 谢先!
wuge 寫:但是当鼠标点击后,它不会自动消失,请问该如何做????
谢谢
代碼: 選擇全部
<textarea name="message" rows="7" cols="35" wrap="virtual" style="width:425px" class="post" onclick="{if(document.quick_reply.message.value=='{L_QUICK_REPLY_TOPIC}') document.quick_reply.message.value=''}">{L_QUICK_REPLY_TOPIC}</textarea><br />
代碼: 選擇全部
<textarea name="message" rows="7" cols="35" wrap="virtual" style="width:425px" class="post" onclick="{if(document.quick_reply.message.value=='{[color=red]quick_reply.L_QUICK_REPLY_TOPIC[/color]}') document.quick_reply.message.value=''}">{[color=red]quick_reply.L_QUICK_REPLY_TOPIC[/color]}</textarea><br />
記得之前在某處看到一支外掛,可以讓文字輸入區域呈現半透明的背景,但是忘了在哪裡....suicidal 寫:請問快速回覆框內可以設定背景或顏色嘛!??
我加入 backdround="url" 無法顯示...