function showemotion() {
emotion1.style.display = 'none';
emotion2.style.display = '';
}
function closeemotion() {
emotion1.style.display = '';
emotion2.style.display = 'none';
}
function showattatch() {
attatch1.style.display = 'none';
attatch2.style.display = '';
}
function closeattatch() {
attatch1.style.display = '';
attatch2.style.display = 'none';
}
function emoticon(theSmilie) {
document.form2.DETAIL.value += ' ' + theSmilie + ' ';
document.form2.DETAIL.focus();
}
function doForumQuote( qid , id )
{
var oEditor = FCKeditorAPI.GetInstance('DETAIL');
if ( oEditor.EditMode == FCK_EDITMODE_WYSIWYG )
{
var from = id == 0 ? 'q=' + qid : 'r=' + id;
oEditor.InsertHtml( '[quote ]' + from + '[/quote]' ) ;
};
};
 |
Webboard |
|
กำลังแสดงหน้าที่ 1/0 ->
<<
1
>>
กำลังแสดงหน้าที่ 1/0 ->
<<
1
>>
|
|
|
|