建議把表情圖案擺放到本文左方, 如圖
http://home.kimo.com.tw/b42832001/suggestion.jpg[addsig]
<!-- Edit Notice Start -->
<font size=-1>[ 這篇文章在 2001-11-03 18:36 被 b4283 編輯過 ]</font><!-- Edit Notice End -->
------------ 表情圖案 建議 -------------
版主: DearHoney
建議表情圖案的加入方式可以插入文章中
而不是只能加在文章最後面
Script可以改成這樣
<TABLE style="BACKGROUND-COLOR: lightcyan" cellSpacing=0 borderColorDark=#ffffff cellPadding=2 width="75%" borderColorLight=#a0a0a0 border=1>
<TR>
<TD>
<Pre>//function addCh(str) {
// document.form.comments.value+=str;
// document.form.comments.focus();
//}
function addCh(str) {
if (document.form.comments.createTextRange && document.form.comments.caretPos) {
var caretPos = document.form.comments.caretPos;
caretPos.text = caretPos.text.charAt(caretPos.text.length - 1) == ' ' ? str + ' ' : str;
}
else {
document.form.comments.value+=str;
}
document.form.comments.focus();
}
function gettext(getID) {
text = (document.all) ? document.selection.createRange().text : document.getSelection();
if (getID.createTextRange) {
getID.caretPos = document.selection.createRange().duplicate();
}
return true;
}</Pre>
</TD>
</TR>
</TABLE>
而TEXTAREA則需改成
〈TEXTAREA name=comments rows=7 cols=50 onfocus="if (this.value == '與本站有關的技術性問題請至討論區進行討論,留言板是聊天的地方。') {this.value='';}; return true; gettext(this);" onclick=gettext(this) onchange=gettext(this)〉
完成範例
而不是只能加在文章最後面
Script可以改成這樣
<TABLE style="BACKGROUND-COLOR: lightcyan" cellSpacing=0 borderColorDark=#ffffff cellPadding=2 width="75%" borderColorLight=#a0a0a0 border=1>
<TR>
<TD>
<Pre>//function addCh(str) {
// document.form.comments.value+=str;
// document.form.comments.focus();
//}
function addCh(str) {
if (document.form.comments.createTextRange && document.form.comments.caretPos) {
var caretPos = document.form.comments.caretPos;
caretPos.text = caretPos.text.charAt(caretPos.text.length - 1) == ' ' ? str + ' ' : str;
}
else {
document.form.comments.value+=str;
}
document.form.comments.focus();
}
function gettext(getID) {
text = (document.all) ? document.selection.createRange().text : document.getSelection();
if (getID.createTextRange) {
getID.caretPos = document.selection.createRange().duplicate();
}
return true;
}</Pre>
</TD>
</TR>
</TABLE>
而TEXTAREA則需改成
〈TEXTAREA name=comments rows=7 cols=50 onfocus="if (this.value == '與本站有關的技術性問題請至討論區進行討論,留言板是聊天的地方。') {this.value='';}; return true; gettext(this);" onclick=gettext(this) onchange=gettext(this)〉
完成範例
Select a.幸福,b.痛苦 from 被愛 a,愛 b where b.role='第三者' and a.role=b.role