• 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.

Hướng dẫn tạo javascript tự động thay đổi hình ảnh, link

Admin

Well-Known Member
Staff member
Administrator
Dán code vào site bạn, thay link và link ảnh cho đúng nhé
HTML:
<script language="javascript">
var link= new Array("link ảnh 4","link ảnh 3","link ảnh 2","link ảnh 1");
var linkrandom= Math.floor(Math.random()*3);
document.writeln("[url='http://"+link[linkrandom]+"']"+link[linkrandom]+"[/url]");
</script>
 

Facebook Comments

Similar threads

New posts New threads New resources

Back
Top