• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Share code nhảy tới shoutbox sau khi chat

Admin

Well-Known Member
Staff member
Administrator
Code này có tác dụng khi ta chat ở trang chủ thì màn hình sẽ ở nguyên vị trí đó.

Đầu tiên bọc cái form viết bài như sau:
Code:
<div name="formchat" id="chat">:forum-id/smallform/0:</div>

Sau đó post code sau ở cuối index. Quote để coppy. Code ẩn!
Code:
<script language="javascript">var msg=document.getElementsByName("formchat"); for(var i=0;i<msg.length;i++){ var oldtext=document.getElementsByName("formchat")[i].innerHTML; var newtext=oldtext.replace(/(^|[\n ])([\w]+?:\/\/[^ ,\"\n\r\t<]*)/ig,"$1$2"); newtext=newtext.replace(/xhtml/ig,"xhtml#chat"); document.getElementsByName("formchat")[i].innerHTML=newtext; }</script>

Nguồn: VIRUM
 

Facebook Comments

New posts New threads New resources

Back
Top