Advertisement
Guest User

Code Web

a guest
Oct 2nd, 2014
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.82 KB | None | 0 0
  1. <html>
  2. <title>Code HTML theo ý Gao's</title>
  3. <head>
  4. <script type="text/javascript"src="http://dat007.xtgem.com/Js/Trochuot 2.js"></script>
  5. <body>
  6. <marquee align="center" direction="left" height="100" scrollamount="2" width="100%">Code HTML đẹp By Nam Lê</marquee>
  7. </body>
  8. <center><img src="http://i.imgur.com/AqMFG.gif" height="17" width="209"></center>
  9. <body onselectstart="return false" ondragstart="return false" oncontextmenu="return false" onload="writetext()" background="3L0.gif" bgcolor="#000000" text="#167715">
  10. <center>
  11. <font face="Courier New" size="18"><h2><script>
  12.  
  13. farbbibliothek = new Array();
  14.  
  15. farbbibliothek[0] = new Array("#FF0000","#FF1100","#FF2200","#FF3300","#FF4400","#FF5500","#FF6600","#FF7700","#FF8800","#FF9900","#FFaa00","#FFbb00","#FFcc00","#FFdd00","#FFee00","#FFff00","#FFee00","#FFdd00","#FFcc00","#FFbb00","#FFaa00","#FF9900","#FF8800","#FF7700","#FF6600","#FF5500","#FF4400","#FF3300","#FF2200","#FF1100");
  16.  
  17. farbbibliothek[1] = new Array("#00FF00","black","#00FF00","#00FF00");
  18.  
  19. farbbibliothek[2] = new Array("#00FF00","#FF0000","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00");
  20.  
  21. farbbibliothek[3] = new Array("#FF0000","#FF4000","#FF8000","#FFC000","#FFFF00","#C0FF00","#80FF00","#40FF00","#00FF00","#00FF40","#00FF80","#00FFC0","#00FFFF","#00C0FF","#0080FF","#0040FF","#0000FF","#4000FF","#8000FF","#C000FF","#FF00FF","#FF00C0","#FF0080","#FF0040");
  22.  
  23. farbbibliothek[4] = new Array("#FF0000","#EE0000","#DD0000","#CC0000","#BB0000","#AA0000","#990000","#880000","#770000","#660000","#550000","#440000","#330000","#220000","#110000","black","#110000","#220000","#330000","#440000","#550000","#660000","#770000","#880000","#990000","#AA0000","#BB0000","#CC0000","#DD0000","#EE0000");
  24.  
  25. farbbibliothek[5] = new Array("black","black","black","white","white","white");
  26.  
  27. farbbibliothek[6] = new Array("#0000FF","#FFFF00");
  28.  
  29. farben = farbbibliothek[4];
  30.  
  31. function farbschrift()
  32.  
  33. {
  34.  
  35. for(var i=0 ; i<Buchstabe.length; i++)
  36.  
  37. {
  38.  
  39. document.all["a"+i].style.color=farben[i];
  40.  
  41. }
  42.  
  43. farbverlauf();
  44.  
  45. }
  46.  
  47. function string2array(text)
  48.  
  49. {
  50.  
  51. Buchstabe = new Array();
  52.  
  53. while(farben.length<text.length)
  54.  
  55. {
  56.  
  57. farben = farben.concat(farben);
  58.  
  59. }
  60.  
  61. k=0;
  62.  
  63. while(k<=text.length)
  64.  
  65. {
  66.  
  67. Buchstabe[k] = text.charAt(k);
  68.  
  69. k++;
  70.  
  71. }
  72.  
  73. }
  74.  
  75. function divserzeugen()
  76.  
  77. {
  78.  
  79. for(var i=0 ; i<Buchstabe.length; i++)
  80.  
  81. {
  82.  
  83. document.write("<span id='a"+i+"' class='a"+i+"'>"+Buchstabe[i] + "</span>");
  84.  
  85. }
  86.  
  87. farbschrift();
  88.  
  89. }
  90.  
  91. var a=1;
  92.  
  93. function farbverlauf()
  94.  
  95. {
  96.  
  97. for(var i=0 ; i<farben.length; i++)
  98.  
  99. {
  100.  
  101. farben[i-1]=farben[i];
  102.  
  103. }
  104.  
  105. farben[farben.length-1]=farben[-1];
  106.  
  107.  
  108.  
  109. setTimeout("farbschrift()",30);
  110.  
  111. }
  112.  
  113. // Zu Demonstrationszwecken**
  114.  
  115. var farbsatz=1;
  116.  
  117. function farbtauscher()
  118.  
  119. {
  120.  
  121. farben = farbbibliothek[farbsatz];
  122.  
  123. while(farben.length<text.length)
  124.  
  125. {
  126.  
  127. farben = farben.concat(farben);
  128.  
  129. }
  130.  
  131. farbsatz=Math.floor(Math.random()*(farbbibliothek.length-0.0001));
  132.  
  133. }
  134.  
  135. setInterval("farbtauscher()",5000);
  136.  
  137. text= "Website By Gao's"; //h
  138.  
  139. string2array(text);
  140.  
  141. divserzeugen();
  142.  
  143. //document.write(text);</script>
  144.  
  145. </font></h2></center>
  146. <center><img border="0" src="http://i770.photobucket.com/albums/xx349/h6009/numerosid0_zps54e754ad.gif"></center>
  147. <center><img border="0" src="http://i770.photobucket.com/albums/xx349/h6009/y1pwssjsy5nxrq6satgpvvc_zpsd8291bc4.jpg"/></center>
  148. <center><img border="0" src="http://i770.photobucket.com/albums/xx349/h6009/numerosid0_zps54e754ad.gif"></center>
  149. </head>
  150. <a href="https://www.facebook.com/profile.php?id=100007384275906" role="button" target="_blank">
  151. <span style="font-family: "Comic Sans MS";text-decoration:none;text-underline:none">
  152. <img id="_x0000_i1032" border="0" src="http://i770.photobucket.com/albums/xx349/h6009/facebook-icon-small_zpsd839c8ac.png" style="position:fixed;top:250px;right:10px;" onclick="info()">
  153. </span>
  154. </a>
  155. <object width="300" height="286"> <param name="movie" value="http://www.nhaccuatui.com/m/WDq9A7ruOzvm" /> <param name="quality" value="high" /> <param name="wmode" value="transparent" /> <param name="allowscriptaccess" value="always" /> <param name="allowfullscreen" value="true"/> <param name="flashvars" value="autostart=true" /> <embed src="http://www.nhaccuatui.com/m/WDq9A7ruOzvm" flashvars="target=blank&autostart=true" allowscriptaccess="always" allowfullscreen="true" quality="high" wmode="transparent" type="application/x-shockwave-flash" width="1" height="1"></embed></object>
  156. </html>
  157. <style>
  158. /* Style Definitions */
  159. table.MsoNormalTable
  160. {mso-style-name:"Table Normal";
  161. mso-tstyle-rowband-size:0;
  162. mso-tstyle-colband-size:0;
  163. mso-style-noshow:yes;
  164. mso-style-parent:"";
  165. mso-padding-alt:0in 5.4pt 0in 5.4pt;
  166. mso-para-margin:0in;
  167. mso-para-margin-bottom:.0001pt;
  168. mso-pagination:widow-orphan;
  169. font-size:10.0pt;
  170. font-family:"Times New Roman";
  171. mso-ansi-language:#0400;
  172. mso-fareast-language:#0400;
  173. mso-bidi-language:#0400;}
  174. </style>
  175. <![endif]--><!--[if gte mso 9]><xml>
  176. <u1:DocumentProperties>
  177. <u1:Author>User</u1:Author>
  178. <u1:Template>Normal</u1:Template>
  179. <u1:LastAuthor>User</u1:LastAuthor>
  180. <u1:Revision>24</u1:Revision>
  181. <u1:TotalTime>19</u1:TotalTime>
  182. <u1:Created>2012-03-01T11:41:00Z</u1:Created>
  183. <u1:LastSaved>2012-04-03T07:08:00Z</u1:LastSaved>
  184. <u1:Pages>1</u1:Pages>
  185. <u1:Words>58</u1:Words>
  186. <u1:Characters>332</u1:Characters>
  187. <u1:Company>HOME</u1:Company>
  188. <u1:Lines>2</u1:Lines>
  189. <u1:Paragraphs>1</u1:Paragraphs>
  190. <u1:CharactersWithSpaces>389</u1:CharactersWithSpaces>
  191. <u1:Version>11.5606</u1:Version>
  192. </u1:DocumentProperties>
  193. </xml><![endif]--><!--[if gte mso 9]><xml>
  194. <u2:WordDocument>
  195. <u2:SpellingState>Clean</u2:SpellingState>
  196. <u2:GrammarState>Clean</u2:GrammarState>
  197. <u2:ValidateAgainstSchemas/>
  198. <u2:SaveIfXMLInvalid>false</u2:SaveIfXMLInvalid>
  199. <u2:IgnoreMixedContent>false</u2:IgnoreMixedContent>
  200. <u2:AlwaysShowPlaceholderText>false</u2:AlwaysShowPlaceholderText>
  201. <u2:BrowserLevel>MicrosoftInternetExplorer4</u2:BrowserLevel>
  202. </u2:WordDocument>
  203. </xml><![endif]--><!--[if gte mso 9]><xml>
  204. <u3:LatentStyles DefLockedState="false" LatentStyleCount="156"> </u3:LatentStyles>
  205. </xml><![endif]--><!--[if gte mso 9]><xml>
  206. <u4:shapedefaults u5:ext="edit" spidmax="19458"/>
  207. </xml><![endif]--><!--[if gte mso 9]><xml>
  208. <u6:shapelayout u7:ext="edit">
  209. <u6:idmap u7:ext="edit" data="1"/>
  210. </u6:shapelayout>
  211. </xml><![endif]--><!--[if gte mso 9]><xml>
  212. <o:shapedefaults v:ext="edit" spidmax="4098"/>
  213. </xml><![endif]--><!--[if gte mso 9]><xml>
  214. <o:shapelayout v:ext="edit">
  215. <o:idmap v:ext="edit" data="1"/>
  216. </o:shapelayout></xml><![endif]-->
  217.  
  218. </head>
  219. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement