کد
<!--***********|www.gpgtools.blogsky.com|*********** --> <!--This is a scrolling alert button. This example is for mail, but if you change the action = to a URL, it will also go to a site. Make sure to reflect the words on your scroll to match where you are taking them--> <form name="form2" action=mailto:saman_golestani@yahoo.com> <input type="submit" name="banner" VALUE=".......Submit......." onClick="alert('Here We go !')"> <br> </form> <script language="JavaScript"> // Modified by CoffeeCup Software var id,pause=0,position=0; function banner() { // variables declaration var i,k,msg=" Green People Group GPG "; // increase msg k=(60/msg.length)+1; for(i=0;i<=k;i++) msg+=" "+msg; // show it to the window document.form2.banner.value=msg.substring(position,position+60); // set new position if(position++==msg.length) position=0; // repeat at entered speed id=setTimeout("banner()",150); } // end --> banner(); </script> <!--***************| www.gpgir.org|************** -->