ОсновноеRadiotalkПользовательское
MPCHAT - CMS сервис чатов для профессионалов
95   •   Посмотреть все темы

JavaScript - Скрипты

 

105
Human @Human
Форма для определения терминов по их сокращениям
Данный скрипт служит для перевода наиболее употребляемых сокращений в обозначающие их термины (IMXO, PS, SER, SUBJ и др.). Подробнее о сокращениях можно прочесть в статье

  1. <script language="JavaScript">
  2. <!--
  3. //агенство Art&Fact, 15.12.2000, ********** artefact@udm.net
  4. function tr() {
  5. var stra = document.form.text.value
  6. var acr = new Array()
  7. acr[1]="2DAY"
  8. acr[2]="A/W"
  9. acr[3]="AFK"
  10. acr[4]="ANON"
  11. acr[5]="APPS"
  12. acr[6]="APU"
  13. acr[7]="ARVO"
  14. acr[8]="B/DBDAY"
  15. acr[9]="B/F"
  16. acr[10]="B4"
  17. acr[11]="BBIAF"
  18. acr[12]="BBL"
  19. acr[13]="BRB"
  20. acr[14]="BTW"
  21. acr[15]="CONV"
  22. acr[16]="CUL"
  23. acr[17]="CWYL"
  24. acr[18]="D/L"
  25. acr[19]="DAE"
  26. acr[20]="DEF"
  27. acr[21]="DESC"
  28. acr[22]="DET"
  29. acr[23]="ESP"
  30. acr[24]="FAQ"
  31. acr[25]="FOCL"
  32. acr[26]="FYI"
  33. acr[27]="G/F"
  34. acr[28]="GA"
  35. acr[29]="GEN"
  36. acr[30]="GG"
  37. acr[31]="ILU"
  38. acr[32]="IMHO"
  39. acr[33]="IMNSO"
  40. acr[34]="IMO"
  41. acr[35]="IMP"
  42. acr[36]="INET"
  43. acr[37]="IOW"
  44. acr[38]="J/K"
  45. acr[39]="JIC"
  46. acr[40]="K/B"
  47. acr[41]="L/H"
  48. acr[42]="L/I"
  49. acr[43]="L/O"
  50. acr[44]="L8R"
  51. acr[45]="LAMER"
  52. acr[46]="LJBF"
  53. acr[47]="LN"
  54. acr[48]="LOL"
  55. acr[49]="MEM"
  56. acr[50]="MESG"
  57. acr[51]="MORN"
  58. acr[52]="MOTAS"
  59. acr[53]="MOTOS"
  60. acr[54]="MOTSS"
  61. acr[55]="MYL"
  62. acr[56]="NET"
  63. acr[57]="NFC"
  64. acr[58]="ORIG"
  65. acr[59]="PERM"
  66. acr[60]="PIC"
  67. acr[61]="PL&F"
  68. acr[62]="POSS"
  69. acr[63]="POV"
  70. acr[64]="PPL"
  71. acr[65]="PREV"
  72. acr[66]="PROB"
  73. acr[67]="PROG"
  74. acr[68]="PSWD"
  75. acr[69]="PUB"
  76. acr[70]="Q"
  77. acr[71]="R/H"
  78. acr[72]="RE"
  79. acr[73]="REG"
  80. acr[74]="RL"
  81. acr[75]="ROTFL"
  82. acr[76]="RTFM"
  83. acr[77]="RTM"
  84. acr[78]="SER"
  85. acr[79]="SUBJ"
  86. acr[80]="SUM1"
  87. acr[81]="TIA"
  88. acr[82]="TTYL"
  89. acr[83]="TTYS"
  90. acr[84]="TTYT"
  91. acr[85]="U"
  92. acr[86]="U/L"
  93. acr[87]="V"
  94. acr[88]="W/E"
  95. acr[89]="WAREZ"
  96. acr[90]="YDAY"
  97. acr[91]="PS"
  98. acr[92]="ЗЫ"
  99. acr[93]="ИМХО"
  100. acr[94]="СУБЖ"
  101. acr[95]="САБЖ"
  102. acr[96]="PLS"
  103. acr[97]="NB"
  104. acr[98]="VX"
  105. var eng = new Array()
  106. eng[1]="today"
  107. eng[2]="anyway"
  108. eng[3]="away from keyboard"
  109. eng[4]="anonymous"
  110. eng[5]="applications"
  111. eng[6]="as per usual"
  112. eng[7]="afternoon"
  113. eng[8]="birthday"
  114. eng[9]="boy friend"
  115. eng[10]="before"
  116. eng[11]="be back in a few"
  117. eng[12]="be back later"
  118. eng[13]="be right back"
  119. eng[14]="by the way"
  120. eng[15]="conversation"
  121. eng[16]="see you later"
  122. eng[17]="communicate with you later"
  123. eng[18]="download"
  124. eng[19]="deep and meaningful"
  125. eng[20]="definitely"
  126. eng[21]="description"
  127. eng[22]="details"
  128. eng[23]="especially"
  129. eng[24]="frequently asked questions"
  130. eng[25]="falling off the chair laughing"
  131. eng[26]="for your information"
  132. eng[27]="girl friend"
  133. eng[28]="go ahead"
  134. eng[29]="generally"
  135. eng[30]="gotta go"
  136. eng[31]="I love you"
  137. eng[32]="in my humble opinion"
  138. eng[33]="in my not so humble opinion"
  139. eng[34]="in my opinion"
  140. eng[35]="important"
  141. eng[36]="Internet"
  142. eng[37]="in other words"
  143. eng[38]="just kidding"
  144. eng[39]="just in case"
  145. eng[40]="keyboard"
  146. eng[41]="left-handed"
  147. eng[42]="login"
  148. eng[43]="logout"
  149. eng[44]="later"
  150. eng[45]=""
  151. eng[46]="let`s just be friends"
  152. eng[47]="last night"
  153. eng[48]="laughing out loudly"
  154. eng[49]="remember"
  155. eng[50]="message"
  156. eng[51]="morning"
  157. eng[52]="member of the appropriate sex"
  158. eng[53]="member of the opposite sex"
  159. eng[54]="member of the same sex"
  160. eng[55]="mail you later"
  161. eng[56]="Internet"
  162. eng[57]="no further comment"
  163. eng[58]="original"
  164. eng[59]="permission"
  165. eng[60]="picture"
  166. eng[61]="peace love and friendship"
  167. eng[62]="possibly"
  168. eng[63]="point of view"
  169. eng[64]="people"
  170. eng[65]="previous"
  171. eng[66]="problem"
  172. eng[67]="program"
  173. eng[68]="password"
  174. eng[69]="public"
  175. eng[70]="question"
  176. eng[71]="right-handed"
  177. eng[72]="repeat hello"
  178. eng[73]="regular"
  179. eng[74]="real life"
  180. eng[75]="rolling on the floor laughing"
  181. eng[76]="read the fucking manual"
  182. eng[77]="read the manual"
  183. eng[78]="serious"
  184. eng[79]="subject"
  185. eng[80]="someone"
  186. eng[81]="thanks in advance"
  187. eng[82]="talk to you later"
  188. eng[83]="talk to you soon"
  189. eng[84]="talk to you tomorrow"
  190. eng[85]="you"
  191. eng[86]="upload"
  192. eng[87]="very"
  193. eng[88]="weekend"
  194. eng[89]=""
  195. eng[90]="yesterday"
  196. eng[91]="postscriptum"
  197. eng[92]="postscriptum"
  198. eng[93]="in my humble opinion"
  199. eng[94]="subject"
  200. eng[95]="subject"
  201. eng[96]="please"
  202. eng[97]="note bene"
  203. eng[98]="virus exchange"
  204. var rus = new Array()
  205. rus[1]="сегодня"
  206. rus[2]="как бы то ни было"
  207. rus[3]="на сегодня закругляюсь"
  208. rus[4]="анонимный"
  209. rus[5]="приложение"
  210. rus[6]="как обычно"
  211. rus[7]="днем"
  212. rus[8]="день рождения"
  213. rus[9]="дружок"
  214. rus[10]="сначала"
  215. rus[11]="скоро вернусь"
  216. rus[12]="вернусь позже"
  217. rus[13]="сейчас вернусь"
  218. rus[14]="кстати"
  219. rus[15]="разговор"
  220. rus[16]="увидимся позже"
  221. rus[17]="пообщаемся позже"
  222. rus[18]="загрузка"
  223. rus[19]="глубоко и многозначительно"
  224. rus[20]="определенно"
  225. rus[21]="описание"
  226. rus[22]="детали"
  227. rus[23]="особенно"
  228. rus[24]="часто задаваемые вопросы"
  229. rus[25]="от смеха падаю со стула"
  230. rus[26]="для вашего сведения"
  231. rus[27]="подружка"
  232. rus[28]="продолжай"
  233. rus[29]="в общем"
  234. rus[30]="ну я пошел"
  235. rus[31]="я тебя люблю"
  236. rus[32]="по моему скромному мнению"
  237. rus[33]="по моему не очень скромному мнению"
  238. rus[34]="по моему мнению"
  239. rus[35]="важно"
  240. rus[36]="Интернет"
  241. rus[37]="иными словами"
  242. rus[38]="шучу"
  243. rus[39]="на всякий случай"
  244. rus[40]="клавиатура"
  245. rus[41]="левша"
  246. rus[42]="войти в сеть"
  247. rus[43]="выйти из сети"
  248. rus[44]="потом"
  249. rus[45]="агрессивный неопытный пользователь"
  250. rus[46]="давай просто дружить"
  251. rus[47]="вчера вечером"
  252. rus[48]="громко смеюсь"
  253. rus[49]="вспомнить"
  254. rus[50]="сообщение"
  255. rus[51]="утро"
  256. rus[52]="участник подходящего пола"
  257. rus[53]="участник противоположного пола"
  258. rus[54]="участник того же пола"
  259. rus[55]="напишу тебе позже"
  260. rus[56]="Сеть"
  261. rus[57]="я все сказал"
  262. rus[58]="подлинный"
  263. rus[59]="допуск, разрешение"
  264. rus[60]="картинка"
  265. rus[61]="мир, любовь и дружба"
  266. rus[62]="возможно"
  267. rus[63]="точка зрения"
  268. rus[64]="люди"
  269. rus[65]="предыдущий"
  270. rus[66]="проблема"
  271. rus[67]="программа"
  272. rus[68]="пароль"
  273. rus[69]="общественный"
  274. rus[70]="вопрос"
  275. rus[71]="правша"
  276. rus[72]="здравствуй еще раз"
  277. rus[73]="регулярный"
  278. rus[74]="реальный, не виртуальный"
  279. rus[75]="от смеха катаюсь по полу"
  280. rus[76]="прочти чертово руководство"
  281. rus[77]="прочти руководство"
  282. rus[78]="серьезно"
  283. rus[79]="тема"
  284. rus[80]="кто-то"
  285. rus[81]="заранее благодарен"
  286. rus[82]="потом поговорим"
  287. rus[83]="скоро поговорим"
  288. rus[84]="завтра поговорим"
  289. rus[85]="ты, вы"
  290. rus[86]="выгрузка"
  291. rus[87]="очень"
  292. rus[88]="выходные"
  293. rus[89]="пиратское программное обеспечение"
  294. rus[90]="вчера"
  295. rus[91]="послесловие"
  296. rus[92]="послесловие"
  297. rus[93]="по моему скромному мнению"
  298. rus[94]="тема"
  299. rus[95]="тема"
  300. rus[96]="пожалуйста"
  301. rus[97]="обратить особое внимание"
  302. rus[98]="человек(сообщество), который пишет/собирает вирусы"
  303. var flag = false;
  304. for(r=1; r<=98; r++) {
  305. if (stra == acr[r]) { document.form.text1.value=eng[r];
  306. document.form.text2.value=rus[r]; flag = true; break; }}
  307. if(!flag) { document.form.text1.value=''; document.form.text2.value=''; }
  308. }
  309. //-->
  310. </script>

Форма:

<form name="form">
сокращение:
<input type="text" size="10" name="text">
<input type="button" value="Перевести" onClick="tr()">
<input type="reset" value="Очистить">
английский термин:
<input name="text1" type="text" size="40">
русский аналог:
<input name="text2" type="text" size="40">
</form>

0
105
Human @Human
Что-то вроде копирайта.
  1. <html>
  2. <head>
  3. <script language="JavaScript">
  4. if (document.all){
  5. yourLogo='http://www.astrakhan-ru.mpchat.com/';
  6. logoFont='Arial';
  7. logoColor='ffffff';
  8. yourLogo=yourLogo.split('');
  9. L=yourLogo.length;
  10. H=0;
  11. W=0;
  12. R=0;
  13. E=0;
  14. MY=0;
  15. MX=0;
  16. Wd=0;
  17. Hd=0;
  18. F=new Array();
  19. Y=new Array();
  20. X=new Array();
  21. S=new Array();
  22. A=new Array();
  23. B=new Array();
  24. document.write('<div id="outer" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
  25. for (i=0; i < L; i++)
  26. document.write('<div id="ie" style="position:absolute;top:0;left:0;width:10px;height:10px;'
  27. +'font-family:'+logoFont+';font-size:50px;color:'+logoColor+'">'+yourLogo[i]+'</div>');
  28. document.write('</div></div>');
  29. //Initial Placement!
  30. function Set(){
  31. for (i=0; i < L; i++){
  32. H=window.document.body.offsetHeight;
  33. W=window.document.body.offsetWidth;
  34. A[i]=Math.round(Math.random()*H);
  35. B[i]=Math.round(Math.random()*W);
  36. S[i]=Math.random()*0.07+0.05;
  37. R=Math.round(Math.random()*3);
  38. E=Math.round(Math.random()*2500+50)
  39. if (R == 3) B[i]=-E;
  40. if (R == 2) B[i]=W+E;
  41. if (R == 1) A[i]=-E;
  42. if (R == 0) A[i]=H;
  43. F[i]=W/10;
  44. }
  45. }
  46. Set();
  47. function Assign(){
  48. outer.style.top=document.body.scrollTop;
  49. for (i=0; i < L; i++){
  50. F[i]-=S[i]*55;
  51. if (F[i] < 2) F[i]=1;
  52. ie[i].style.top =Y[i];
  53. ie[i].style.left=X[i];
  54. ie[i].style.fontSize=F[i];
  55. }
  56. }
  57. function fly(){
  58. MY=window.document.body.clientHeight/2;
  59. MX=window.document.body.clientWidth/2;
  60. Wd=Math.round(Math.random()*40+5);
  61. Hd=Math.round(Math.random()*30+5);
  62. for (i=0; i < L; i++)
  63. {
  64. Y[i]=A[i]+=(MY-A[i])*(S[i]);
  65. X[i]=B[i]+=(MX-B[i])*(S[i]);
  66. if ((X[i] > MX-Wd) && (X[i] < MX+Wd) && (Y[i] > MY-Hd) && (Y[i] < MY+Hd)){
  67. H=window.document.body.offsetHeight;
  68. W=window.document.body.offsetWidth;
  69. A[i]=Math.round(Math.random()*H);
  70. B[i]=Math.round(Math.random()*W);
  71. S[i]=Math.random()*0.05+0.05;
  72. R=Math.round(Math.random()*3);
  73. E=Math.round(Math.random()*50+50)
  74. if (R == 3) B[i]=-E;
  75. if (R == 2) B[i]=W+E;
  76. if (R == 1) A[i]=-E;
  77. if (R == 0) A[i]=H+E;
  78. }
  79. if ((X[i] < 0) || (X[i] > W) || (Y[i] < 0) || (Y[i] > H))
  80. F[i]=W/10;
  81. }
  82. Assign();
  83. setTimeout('fly()',20);
  84. }
  85. window.onload=fly;
  86. }
  87. // -->
  88. </script>
  89. </head>
  90. <body>
  91. </body>
  92. </html>

0
4316
Никита @DMc_Pozitiv
Классный скрипт...
Показывает сколько осталось до нового года)Можна задать и свои значения!У себя установил - доволен!
  1. <style style="text/css">
  2. .lcdstyle{
  3. color:white;
  4. font: bold 18px MS Sans Serif;
  5. padding: 3px;
  6. }
  7. </style>
  8. <script type="text/javascript">
  9. function cdtime(container, targetdate){
  10. if (!document.getElementById || !document.getElementById(container)) return
  11. this.container=document.getElementById(container)
  12. this.currentTime=new Date()
  13. this.targetdate=new Date(targetdate)
  14. this.timesup=false
  15. this.updateTime()
  16. }
  17. cdtime.prototype.updateTime=function(){
  18. var thisobj=this
  19. this.currentTime.setSeconds(this.currentTime.getSeconds()+1)
  20. setTimeout(function(){thisobj.updateTime()}, 1000) //update time every second
  21. }
  22. cdtime.prototype.displaycountdown=function(baseunit, functionref){
  23. this.baseunit=baseunit
  24. this.formatresults=functionref
  25. this.showresults()
  26. }
  27. cdtime.prototype.showresults=function(){
  28. var thisobj=this
  29. var timediff=(this.targetdate-this.currentTime)/1000 //difference btw target date and current date, in seconds
  30. if (timediff<0){ //if time is up
  31. this.timesup=true
  32. this.container.innerHTML=this.formatresults()
  33. return
  34. }
  35. var oneMinute=60 //minute unit in seconds
  36. var oneHour=60*60 //hour unit in seconds
  37. var oneDay=60*60*24 //day unit in seconds
  38. var dayfield=Math.floor(timediff/oneDay)
  39. var hourfield=Math.floor((timediff-dayfield*oneDay)/oneHour)
  40. var minutefield=Math.floor((timediff-dayfield*oneDay-hourfield*oneHour)/oneMinute)
  41. var secondfield=Math.floor((timediff-dayfield*oneDay-hourfield*oneHour-minutefield*oneMinute))
  42. if (this.baseunit=="hours"){ //if base unit is hours, set "hourfield" to be topmost level
  43. hourfield=dayfield*24+hourfield
  44. dayfield="n/a"
  45. }
  46. else if (this.baseunit=="minutes"){ //if base unit is minutes, set "minutefield" to be topmost level
  47. minutefield=dayfield*24*60+hourfield*60+minutefield
  48. dayfield=hourfield="n/a"
  49. }
  50. else if (this.baseunit=="seconds"){ //if base unit is seconds, set "secondfield" to be topmost level
  51. var secondfield=timediff
  52. dayfield=hourfield=minutefield="n/a"
  53. }
  54. this.container.innerHTML=this.formatresults(dayfield, hourfield, minutefield, secondfield)
  55. setTimeout(function(){thisobj.showresults()}, 1000) //update results every second
  56. }
  57. function formatresults2(){
  58. if (this.timesup==false){ //if target date/time not yet met
  59. var displaystring="<span class='lcdstyle'>До нового года осталось...<br> "+arguments[0]+" <sup>дней</sup> "+arguments[1]+" <sup>часов</sup> "+arguments[2]+" <sup>минут</sup> "+arguments[3]+" <sup>секунд</sup></span> "
  60. }
  61. else{ //else if target date/time met
  62. var displaystring="" //Don't display any text
  63. alert("С новым годом!!!") //Instead, perform a custom alert
  64. }
  65. return displaystring
  66. }
  67. </script>
  68. <div id="countdowncontainer2"></div>
  69. <script type="text/javascript">
  70. var currentyear=new Date().getFullYear()
  71. var thischristmasyear=(new Date().getMonth()>=1&& new Date().getDate()>1)? currentyear+1 : currentyear
  72. var christmas=new cdtime("countdowncontainer2", "january 1, "+thischristmasyear+" 0:0:00")
  73. christmas.displaycountdown("days", formatresults2)
  74. </script>

0
7094
Dim @Render
Астрологический калькулятор.
<meta http-equiv = "content-type" content = "text/html; charset = Windows-1251">
<SCRIPT LANGUAGE="JavaScript">
function signs() {
var start = 1901, birthyear = document.zodiac.year.value, date=document.zodiac.date.value, month=document.zodiac.month.selectedIndex;

with (document.zodiac.sign){

if (month == 1 && date >=20 || month == 2 && date <=18) {value = "Водолей";}
if (month == 1 && date > 31) {value = "Ошибка!";}
if (month == 2 && date >=19 || month == 3 && date <=20) {value = "Рыбы";}
if (month == 2 && date > 29) {value = "Ошибка!";}
if (month == 3 && date >=21 || month == 4 && date <=19) {value = "Овен";}
if (month == 3 && date > 31) {value = "Ошибка!";}
if (month == 4 && date >=20 || month == 5 && date <=20) {value = "Телец";}
if (month == 4 && date > 30) {value = "Ошибка!";}
if (month == 5 && date >=21 || month == 6 && date <=21) {value = "Близнецы";}
if (month == 5 && date > 31) {value = "Ошибка!";}
if (month == 6 && date >=22 || month == 7 && date <=22) {value = "Рак";}
if (month == 6 && date > 30) {value = "Ошибка!";}
if (month == 7 && date >=23 || month == 8 && date <=22) {value = "Лев";}
if (month == 7 && date > 31) {value = "Ошибка!";}
if (month == 8 && date >=23 || month == 9 && date <=22) {value = "Дева";}
if (month == 8 && date > 31) {value = "Ошибка!";}
if (month == 9 && date >=23 || month == 10 && date <=22) {value = "Весы";}
if (month == 9 && date > 30) {value = "Ошибка!";}
if (month == 10 && date >=23 || month == 11 && date <=21) {value = "Скорпион";}
if (month == 10 && date > 31) {value = "Ошибка!";}
if (month == 11 && date >=22 || month == 12 && date <=21) {value = "Стрелец";}
if (month == 11 && date > 30) {value = "Ошибка!";}
if (month == 12 && date >=22 || month == 1 && date <=19) {value = "Козерог";}
if (month == 12 && date > 31) {value = "Ошибка!";}
}
x = (start - birthyear) % 12
with (document.zodiac.csign){
if (x == 1 || x == -11) {value = "Крыса";}
if (x == 0) {value = "Бык";}
if (x == 11 || x == -1) {value = "Тигр";}
if (x == 10 || x == -2) {value = "Кролик";}
if (x == 9 || x == -3) {value = "Дракон";}
if (x == 8 || x == -4) {value ="Змея";}
if (x == 7 || x == -5) {value = "Лошадь";}
if (x == 6 || x == -6) {value = "Овца";}
if (x == 5 || x == -7) {value = "Обезьяна";}
if (x == 4 || x == -8) {value = "Петух";}
if (x == 3 || x == -9) {value = "Собака";}
if (x == 2 || x == -10) {value = "Кабан";}
}}
</script>

<form name="zodiac">
<center>
<table bgcolor="#60d4ff" border="2" bordercolor="#000000" rules="none" cellspacing="0" cellpadding="4">
<tr><td><b><i>Year</i></b></td>
<td><div align="right"><input type="text" size="10" name="year" value="Год" onClick=value=""></div></td>
<td>&nbsp;</td>
<tr><td><b><i>Месяц</i></b></td>
<td><div align="right">
<select name="month">
<option value="x">Месяц</option>
<option value="1">Январь</option>
<option value="2">Февраль</option>
<option value="3">Март</option>
<option value="4">Апрель</option>
<option value="5">Май</option>
<option value="6">Июнь</option>
<option value="7">Июль</option>
<option value="8">Август</option>
<option value="9">Сентябрь</option>
<option value="10">Октябрь</option>
<option value="11">Ноябрь</option>
<option value="12">Декабрь</option>
</select></div></td>
<td>&nbsp;</td></tr>
<tr><td><b><i>День</i></b></td>
<td><div align="right"><input type="text" name="date" value="День" size="3" onClick=value=""></td>
<td><input type="button" value="Расчет" onClick="signs()"></div></td></tr>
<tr><td><b><i>Знак Зодиака:</i></b></td>
<td><div align="right"><input type="text" name="sign" size="12" value="" align="right"></div</td></tr>
<td>&nbsp;</td></tr>
<tr><td><b><i>Восточный календарь:</i></b></td>
<td><div align="right"><input type="text" name="csign" size="12"></div></td>
<td>&nbsp;</td></tr>
</table>
</center>
</form>

0
3910
Дмитрий @Q-Tec
Вывод текущих данных.

Для вывода текущей даты используется объект Date и метод write объекта document (надписи выделенные зеленым необходимо откорректировать).

<script language="JavaScript">
<!--
current_date = new Date();
document.write("Текуща\я дата: " + current_date);
//-->
</script>

0
3910
Дмитрий @Q-Tec
Всплывающая подсказка.

  1. <script language="JavaScript">
  2. if (parseInt(navigator.appVersion)>= 4)
  3. {
  4. if (navigator.appName == "Netscape")
  5. {
  6. layerStyleRef="layer.";
  7. layerRef="document.layers";
  8. styleSwitch="";
  9. }
  10. else
  11. {
  12. layerStyleRef="layer.style.";
  13. layerRef="document.all";
  14. styleSwitch=".style";
  15. }
  16. }
  17. function show(layerName)
  18. {
  19. if (parseInt(navigator.appVersion)>= 4)
  20. {
  21. eval(layerRef+'["'+layerName+'"]'+styleSwitch+'.visibility="visible"');
  22. }
  23. }
  24. function cls(layerName){
  25. if (parseInt(navigator.appVersion)>= 4)
  26. {
  27. eval(layerRef+'["'+layerName+'"]'+styleSwitch+'.visibility="hidden"');
  28. }
  29. }
  30. </script>
  31. <style type="text/css">#text1
  32. {
  33. HEIGHT: 80px; LEFT: 0px; POSITION: absolute; TOP: 50px; VISIBILITY: hidden; WIDTH: 250px; Z-INDEX: 10
  34. }
  35. </style>
  36. <title>Всплывающая подсказка</title>
  37. </head>
  38. <body bgColor="#FFFFFF" text="#000000">
  39. <div align="center" id="text1" style="HEIGHT: 80px; LEFT: 10px; TOP: 15px; WIDTH: 250px">
  40. <table border="0" width="100%" bgcolor="#000000" cellspacing="1" cellpadding="2">
  41. <tr>
  42. <td align="middle" bgcolor="#FFFFE1"><p align="center"><font face="Fixedsys"
  43. color="#FF0000">Всплывающая подсказка</font></p>
  44. <p align="left"><font face="MS Sans Serif" size="1">   А вот
  45. собственно и сама всплывающая подсказка...<br>
  46. Она удобна тем что:<br>
  47. 1. Она не исчезает в самый неподходящий момент
  48. (она исчезнет только после того, как вы уберёте
  49. курсор с ссылки);<br>
  50. 2. Всплывающую подсказку можно добавлять не
  51. только к графической ссылке, но и к обычному
  52. тексту;<br>
  53. 3. Здесь можно менять шрифты;<br>
  54. 4. Можно менять цвета шрифтов;<br>
  55. 5. Сюда можно вставлять рисунки и т.д.</font></td>
  56. </tr>
  57. </table>
  58. </div>
  59. <a href="" onmouseout="cls('text1');" onmouseover="show('text1');">
  60. Текст для примера</a>
  61. </body>
  62. </html>

0
3910
Дмитрий @Q-Tec
Вертикальное HTML меню.

  1. <HTML>
  2. <HEAD>
  3. <STYLE type=text/css>
  4. A:link { COLOR: #ffffff; FONT: 9pt Arial; TEXT-DECORATION: none}
  5. A:visited { COLOR: #ffffff; FONT: 9pt Arial; TEXT-DECORATION: none}
  6. A:hover { COLOR: #0000ff; FONT: 9pt Arial; TEXT-DECORATION: none}
  7. </STYLE>
  8. </HEAD>
  9. <BODY>
  10. <TABLE border=0 height=100 onmouseout="bgColor=''" onmouseover="bgColor='gray'" width=130>
  11. <TBODY>
  12. <TR>
  13. <TD bgColor=gray><FONT color=white><B>Навигация</B></FONT></TD>
  14. <TR>
  15. <TD onmouseout="bgColor=''" onmouseover="bgColor='red'">
  16. <A href="index.htm">Главная</A>
  17. </TD>
  18. <TR>
  19. <TD onmouseout="bgColor=''" onmouseover="bgColor='red'">
  20. <A href="dobavleniya.htm">Скрипты добавленные в новую версию</A>
  21. </TD>
  22. <TR>
  23. <TD onmouseout="bgColor=''" onmouseover="bgColor='red'">
  24. <A href="http://www.softpurgen.narod.ru">SOFTPURGEN</A>
  25. </TD>
  26. </TR>
  27. </TBODY>
  28. </TABLE>
  29. </BODY>
  30. </HTML>

0
3910
Дмитрий @Q-Tec
Выпадающеe меню с кнопкой.

  1. <Form><Select Name="mymenu">
  2. <Option Value="http://www.softpurgen.narod.ru/">Ваш текст - 1
  3. <Option Value="http://www.softpurgen.narod.ru/">Ваш текст - 2
  4. <Option Value="http://www.softpurgen.narod.ru/">Ваш текст - 3
  5. <Option Value="http://www.softpurgen.narod.ru/">Ваш текст - 4
  6. </Select>
  7. <Input Type="button" Value="Go" OnClick="top.location.href=this.form.mymenu.options[this.form.mymenu.selectedIndex].value">
  8. </Form>

0
3910
Дмитрий @Q-Tec
Этот скрипт автоматически поставит дату обновления Вашего документа.

  1. <script language="JavaScript">
  2. <!--
  3. document.writeln(document.lastModified);
  4. //-->
  5. </script>

Дрожажий рисунок.

  1. <html>
  2. <head>
  3. <title>Дрожащий рисунок</title>
  4. <style>
  5. .shakeimage{
  6. position:relative
  7. }
  8. </style>
  9. <script language="JavaScript1.2">
  10. var rector=3
  11. var stopit=0
  12. var a=1
  13. function init(which){
  14. stopit=0
  15. shake=which
  16. shake.style.left=0
  17. shake.style.top=0
  18. }
  19. function rattleimage(){
  20. if ((!document.all&&!document.getElementById)||stopit==1)
  21. return
  22. if (a==1){
  23. shake.style.top=parseInt(shake.style.top)+rector
  24. }
  25. else if (a==2){
  26. shake.style.left=parseInt(shake.style.left)+rector
  27. }
  28. else if (a==3){
  29. shake.style.top=parseInt(shake.style.top)-rector
  30. }
  31. else{
  32. shake.style.left=parseInt(shake.style.left)-rector
  33. }
  34. if (a<4)
  35. a++
  36. else
  37. a=1
  38. setTimeout("rattleimage()",50)
  39. }
  40. function stoprattle(which){
  41. stopit=1
  42. which.style.left=0
  43. which.style.top=0
  44. }
  45. </script>
  46. </head>
  47. <body bgcolor="#cccccc" text="000000">
  48. Подведите к рисунку указатель мыши к рисунку.
  49. <img src="1.jpg" class="shakeimage" onMouseover="init(this);rattleimage()" onMouseout="stoprattle(this)" alt="Рисунок">
  50. </body>
  51. </html>

Загрузка страницы.

  1. <html>
  2. <head>
  3. <title>WOscripts.com - JavaScript - LoadingBar</title>
  4. <META http-equiv="Content-Type" content="text/html; charset=windows-1251">
  5. <META NAME="description" CONTENT="Коллекции CGI, PHP, JavaScript скриптов, Java апплеты, огромное количество документации по разным языкам программирования, анимированные гифы, фоны, полезные программы, форум, ссылки по теме.">
  6. <META NAME="keywords" CONTENT="perl scripts, perl, cgi scripts, cgi, перл, java, java scripts, веб-программирование, web-programming, html, каталог ссылок, документация по веб-программированию, cgi скрипты, java скрипты, игры, java апплеты, апплеты, гифы, скрипты, скрипт, книги по веб-программированию, форум по perl, CGI, Perl, script, HTML">
  7. <!-- HEAD START HERE -->
  8. <style type="text/css">
  9. #divLoadCont {position:absolute; z-index:500; left:0px; top:0px; width:100%; height:98%; clip:rect(0px 100% 100% 0px); background-color:#ffffff; layer-background-color:#ffffff;}
  10. #divLoad1 {position:absolute; layer-background-color:silver; background-color:silver;}
  11. #divLoad2 {position:absolute; left:0px; top:0px; layer-background-color:navy; background-color:navy;}
  12. #divLoadText {position:absolute; background-color:transparent; font-family:arial,helvetica,sans-serif; color:navy; font-size:14px;}
  13. </style>
  14. <script language="JavaScript" type="text/javascript">
  15. /**********************************************************************************
  16. LoadingBar
  17. * Copyright (C) 2001 Thomas Brattli
  18. * This script was released at WOscripts.com
  19. * Visit for more great scripts!
  20. * This may be used and changed freely as long as this msg is intact!
  21. * We will also appreciate any links you could give us.
  22. *********************************************************************************/
  23. function lib_bwcheck(){ //Browsercheck (needed)
  24. this.ver=navigator.appVersion
  25. this.agent=navigator.userAgent
  26. this.dom=document.getElementById?1:0
  27. this.opera5=this.agent.indexOf("Opera 5")>-1
  28. this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom && !this.opera5)?1:0;
  29. this.ie6=(this.ver.indexOf("MSIE 6")>-1 && this.dom && !this.opera5)?1:0;
  30. this.ie4=(document.all && !this.dom && !this.opera5)?1:0;
  31. this.ie=this.ie4||this.ie5||this.ie6
  32. this.mac=this.agent.indexOf("Mac")>-1
  33. this.ns6=(this.dom && parseInt(this.ver) >= 5) ?1:0;
  34. this.ns4=(document.layers && !this.dom)?1:0;
  35. this.bw=(this.ie6 || this.ie5 || this.ie4 || this.ns4 || this.ns6 || this.opera5)
  36. return this
  37. }
  38. var bw=new lib_bwcheck()
  39. /*VARIABLES TO SET START: */
  40. numImages = 10 //How many images you have in your page
  41. loaderWidth = 300 //The width of the loadbar
  42. /*
  43. All other settings, like colors fonts and stuff like that you
  44. have to change in the STYLE section.
  45. IMPORTANT:
  46. To make this actually show the correct results
  47. you have to place THIS code in all images:
  48. onload="loadIt(1)"
  49. Which means that your image should look
  50. something like this:
  51. <img src="whatever.gif" width="10" border="0" height="10" onload="loadIt(1)">
  52. VARIABLES TO SET END: */
  53. // A unit of measure that will be added when setting the position of a layer.
  54. var px = bw.ns4||window.opera?"":"px";
  55. currentImg = 0
  56. //Document size object ********
  57. function lib_doc_size(){
  58. this.x=0;this.x2=bw.ie && document.body.offsetWidth-20||innerWidth||0;
  59. this.y=0;this.y2=bw.ie && document.body.offsetHeight-5||innerHeight||0;
  60. if(!this.x2||!this.y2) return message('Document has no width or height')
  61. this.x50=this.x2/2;this.y50=this.y2/2;
  62. return this;
  63. }
  64. //Lib objects ********************
  65. function lib_obj(obj,nest){
  66. nest=(!nest) ? "":'document.'+nest+'.'
  67. this.evnt=bw.dom? document.getElementById(obj):bw.ie4?document.all[obj]:bw.ns4?eval(nest+"document.layers." +obj):0;
  68. this.css=bw.dom||bw.ie4?this.evnt.style:this.evnt;
  69. this.ref=this.css
  70. this.w=this.evnt.offsetWidth||this.css.clip.width||
  71. this.ref.width||this.css.pixelWidth||0;
  72. return this
  73. }
  74. //Moving object to **************
  75. lib_obj.prototype.moveIt = function(x,y){
  76. this.x=x; this.y=y; this.css.left=x+px; this.css.top=y+px;
  77. }
  78. //Clipping object to ******
  79. lib_obj.prototype.clipTo = function(t,r,b,l,setwidth){
  80. this.ct=t; this.cr=r; this.cb=b; this.cl=l
  81. if(bw.ns4){
  82. this.css.clip.top=t;this.css.clip.right=r
  83. this.css.clip.bottom=b;this.css.clip.left=l
  84. }else{
  85. if(t<0)t=0;if(r<0)r=0;if(b<0)b=0;if(b<0)b=0
  86. this.css.clip="rect("+t+"px "+r+"px "+b+"px "+l+"px)";
  87. if (setwidth){
  88. this.css.pixelWidth = r;
  89. this.css.pixelHeight = b;
  90. this.css.width = r+px;
  91. this.css.height = b+px;
  92. }
  93. }
  94. }
  95. var oLoad2
  96. function startLoading(){
  97. page = new lib_doc_size()
  98. oLoadCont = new lib_obj('divLoadCont')
  99. oLoad = new lib_obj('divLoad1','divLoadCont')
  100. oLoad2 = new lib_obj('divLoad2','divLoadCont.document.divLoad1')
  101. oLoadText = new lib_obj('divLoadText','divLoadCont.document.divLoad1')
  102. oLoad.moveIt(page.x50-loaderWidth/2,page.y50-20)
  103. oLoadText.moveIt(loaderWidth/2 - oLoadText.w/2,10)
  104. oLoad.clipTo(0,loaderWidth,40,0,1)
  105. oLoad2.per = loaderWidth/numImages
  106. }
  107. function loadIt(ok){
  108. currentImg ++
  109. if (oLoad2) oLoad2.clipTo(0,oLoad2.per*currentImg,40,0,1)
  110. if (!ok){
  111. oLoadCont.css.visibility = "hidden"
  112. oLoadCont = null;
  113. oLoad1 = null;
  114. oLoad2 = null;
  115. }
  116. }
  117. //DISPLAY FUNCTION - DELETE START -------- DELETE THIS *************
  118. //LEAVE THIS FUNCTION WHILE TESTING. DELETE WHEN READY
  119. function loadIt_display(ok){
  120. currentImg ++
  121. if (oLoad2) oLoad2.clipTo(0,oLoad2.per*currentImg,40,0,1)
  122. if (currentImg<=numImages) setTimeout("loadIt_display(1)",200)
  123. else{
  124. oLoadCont.css.visibility = "hidden"
  125. }
  126. }
  127. //DISPLAY FUNCTION - DELETE END *************************************
  128. </script>
  129. <!-- HEAD END HERE -->
  130. </head>
  131. <body bgcolor="#737994" text="#FFFFFF" link="#FFFFFF" topmargin="0" leftmargin="0">
  132. <!-- BODY START HERE -->
  133. <!-- ALWAYS HAVE THIS RIGHT AFTER THE BODY START TAG -->
  134. <div id="divLoadCont">
  135. <div id="divLoad1">
  136. <div id="divLoad2"></div><br>
  137. <div id="divLoadText">Загрузка...</div>
  138. </div>
  139. </div>
  140. <script>
  141. startLoading()
  142. //onload=loadIt; //- LEAVE THIS LINE WHILE TESTING. UNCOMMENT WHEN READY
  143. loadIt_display(1) //LEAVE THIS LINE WHILE TESTING. DELETE WHEN READY
  144. </script>
  145. <!-- BODY END HERE -->
  146. <br><br><br>
  147. <center>
  148. SOFTPURGEN
  149. <br><br>
  150. </center>
  151. </body>
  152. </html>

0
3910
Дмитрий @Q-Tec
Изменение фона по кнопке.
  1. <Head>
  2. <Script Language="JavaScript">
  3. var computed = false
  4. var decimal = 0
  5. function convert (entryform, from, to)
  6. {convertfrom = from.selectedIndex
  7. convertto = to.selectedIndex
  8. entryform.display.value = (entryform.input.value * from[convertfrom].value / to[convertto].value )}
  9. function addChar (input, character)
  10. {if((character=='.' && decimal=="0") || character!='.')
  11. {(input.value == "" || input.value == "0") ? input.value = character : input.value += character
  12. convert(input.form,input.form.measure1,input.form.measure2)
  13. computed = true
  14. if (character=='.')
  15. {decimal=1}}}
  16. function openVothcom()
  17. {window.open("","Display window","toolbar=no,directories=no,menubar=no");}
  18. function clear (form)
  19. {form.input.value = 0
  20. form.display.value = 0
  21. decimal=0}
  22. function changeBackground(hexNumber)
  23. {document.bgColor=hexNumber}
  24. </Script>
  25. </Head>
  26. <Body>
  27. <Form Method="POST" Name="background">
  28. <Input Type="button" Value="Желтый" OnClick="changeBackground('#fff000')">
  29. <Input Type="button" Value="Чёрный" OnClick="changeBackground('#000000')">
  30. <Input Type="button" Value="Белый" OnClick="changeBackground('#ffffff')">
  31. <Input Type="button" Value="Зелёный" OnClick="changeBackground('#00ff00')">
  32. <Input Type="button" Value="Синий" OnClick="changeBackground('#0000ff')">
  33. <Input Type="button" Value="Оранжевый" OnClick="changeBackground('#ff8000')">
  34. <Input Type="button" Value="Серый" OnClick="changeBackground('#c0c0c0')">
  35. <Input Type="button" Value="Красный" OnClick="changeBackground('#ff0000')">
  36. </Form>
  37. </Body>

Изменение фона по меню.
  1. <Script Language="JavaScript">
  2. document.write("<Center>");
  3. document.write("<Form Name=\"Kolory\">");
  4. document.write("<Select Name=\"schemesel\" OnChange=\"document.bgColor = this.options[selectedIndex].value\">");
  5. document.write("<Option Value=\"ffffff\" selected>Белый");
  6. document.write("<Option Value=\"0000ff\">Морской");
  7. document.write("<Option Value=\"a0a0a0\">Серый");
  8. document.write("<Option Value=\"e9e900\">Желтый");
  9. document.write("<Option Value=\"a0a0ff\">Пурпур");
  10. document.write("<Option Value=\"c70000\">Бордовый");
  11. document.write("<Option Value=\"ffffa0\">Коричневый");
  12. document.write("<Option Value=\"f0f0fa\">Серебряный");
  13. document.write("<Option Value=\"ff00ff\">Розовый");
  14. document.write("<Option Value=\"#66ff00\">Зелёный");
  15. document.write("</Select>");
  16. document.write("</Form>");
  17. document.write("</Center>");
  18. </Script>

0
3910
Дмитрий @Q-Tec
После загрузки страницы скрипт выводить маленькой окно сообщения.
Всё, что зелёным, можно, нужно отредактировать!
<script language="JavaScript">

//---vertas reklam---
infw=200;
infh=100;
infl=(screen.width-infw)/2;
inft=(screen.height-infh)/2-100;
innfw=1;
innfh=1;
infsk1=20;
infsk2=infsk1/(infw/infh);
infpr1=0;
infpr2=0;
infskr=3;
//--->
innfw1=35;
innfw2=35;
innfh1=20;
innfh2=20;
infprm1=((infw/innfw1)/4)*innfw1;
infprm2=((infw/innfw2)/4)*innfw2;
infprm3=((infh/innfh1)/4)*innfh1;
infprm4=((infh/innfh2)/4)*innfh2;
//--->
infl1=infl+infprm1-10;
infl2=infl+infprm2*2+30;
inft1=inft+infprm3*2+10;
inft2=inft+infprm4*2+10;
//--->
inftxt1=' ---- Ваш голос нужен в "Опросе" ----<br>голосовать?';
inftxt2='ДА';
inftxt3='НЕТ';
document.write('<div id="infn1" style="position:absolute; visibility:hidden; border: 1px outset; border-color:#0066FF; background-color: #FFF000; width: '+innfw+'px; height: '+innfh+'px; z-index:1; top: '+inft+'px; left: '+infl+'px; color: #000000; font-size:1pt; font-family:Verdana; text-align:center;"></div>');
document.write('<div onclick="inffgo4();" id="infn2" style="position:absolute; visibility:hidden; border: 1px outset; border-color:0066FF; background-color: #0066FF; width: '+innfw1+'px; height: '+innfh1+'px; z-index:2; top: '+inft1+'px; left: '+infl1+'px; color: #FFFFFF; font-size:10pt; font-family:Verdana; text-align:center;">'+inftxt2+'</div>');
document.write('<div onclick="inffgo5();" id="infn3" style="position:absolute; visibility:hidden; border: 1px outset; border-color:0066FF; background-color: #0066FF; width: '+innfw2+'px; height: '+innfh2+'px; z-index:2; top: '+inft2+'px; left: '+infl2+'px; color: #FFFFFF; font-size:10pt; font-family:Verdana; text-align:center;">'+inftxt3+'</div>');
//--->
tminf1=setTimeout('inffgo0();',3000);
function inffgo0() {
infn1.style.visibility='visible';
inffgo1();
inffgo2();
}
function inffgo1() {
innfw=innfw+infskr;
infn1.style.width=innfw;
inftm1=setTimeout('inffgo1();',infsk2);
if(innfw>=infw) {
infpr1=1;
clearTimeout(inftm1);
inffgo3();
}
}
function inffgo2() {
innfh=innfh+infskr;
infn1.style.height=innfh;
inftm2=setTimeout('inffgo2();',infsk1);
if(innfh>=infh) {
infpr2=1;
clearTimeout(inftm2);
inffgo3();
}
}
function inffgo3() {
if(infpr1==1 && infpr2==1) {
infn1.style.fontSize='10pt';
infn1.style.paddingTop='4px';
infn1.innerHTML=inftxt1;
infn2.style.visibility='visible';
infn3.style.visibility='visible';
}
}
function inffgo4() {
window.open('**********','spprg','toolbar=yes, menubar=yes, location=yes, directories=yes, resizable=yes, status=yes, scrollbars=yes');
infn1.style.visibility='hidden';
infn2.style.visibility='hidden';
infn3.style.visibility='hidden';
}
function inffgo5() {
infn1.style.visibility='hidden';
infn2.style.visibility='hidden';
infn3.style.visibility='hidden';
}
//---vertas window---
function wnfksq1() {
window.focus();
}
window.onload=wnfksq1;
self.moveTo(0,0);
self.resizeTo(screen.availWidth,screen.availHeight);
//-->
</script>

Отредактировано Q-Tec - 16.01.2008
0
3910
Дмитрий @Q-Tec
Вывод произволного текста в том месте, где вам нужно, для этого создадим файл text.js

В него впишим:
var howMany = 7
var quote = new Array(howMany+1)
quote[0]="текст"
quote[1]="текст1"
quote[2]="текст2"
quote[3]="текст3"
quote[4]="текст4"
quote[5]="текст5"
quote[6]="текст6"
quote[7]="текст7"
function rndnumber(){
var randscript = -1
while (randscript < 0 || randscript > howMany || isNaN(randscript)){
randscript = parseInt(Math.random()*(howMany+1))
}
return randscript
}
quo = rndnumber()
quox = quote[quo]
document.write(quox)

После этого, вставим эту строчку
<script src=text.js></script>

туда, где бы вы хотели, что бы текст выводился.

Отредактировано Q-Tec - 16.01.2008
0
3910
Дмитрий @Q-Tec
Игра - Захватчики

  1. <body bgColor="#FFFFFF">
  2. <p align="center">
  3. <!-- Эта программа была сделана Hiroshi Okada.-->
  4. <script language="JavaScript">
  5. // ---- Make array
  6. function MakeArray( n){
  7. this.length = n;
  8. for (var i = 1; i <= n; i++) {
  9. this[i] = 0
  10. }
  11. return this
  12. }
  13. // ----- poor man's random number
  14. var d0 = new Date();
  15. var r0 = d0.getSeconds();
  16. function poor_rand(){
  17. d1 = new Date();
  18. r0 = (r0 * r0 + r0 + d1.getSeconds()) % 3721 ;
  19. return r0 % width_n;
  20. }
  21. // ---- Parameters of game
  22. var height_n = 8;
  23. var width_n =5;
  24. // ---- state of game
  25. var enemy = new MakeArray( width_n); // enemy positions
  26. var wtime; // wait time
  27. var score; // points
  28. var gameover; // in case of gameover set to true
  29. // ----- Make the battlefield.
  30. document.write( "<FORM NAME='fm1'>");
  31. document.write( "<INPUT TYPE='text' NAME='message' SIZE=20>");
  32. document.write( "</FORM>");
  33. document.write( "<FORM NAME='fm2'><TABLE>");
  34. for( var i=0; i<height_n; i++){
  35. document.write( "<TR>");
  36. for( var j=0;j<width_n; j++){
  37. document.write( "<TD><CENTER><INPUT TYPE='radio'></CENTER></TD>");
  38. }
  39. document.write( "</TR>");
  40. }
  41. document.write( "<TR>");
  42. for( var j=0;j<width_n; j++){
  43. document.write( "<TD><INPUT TYPE='button' VALUE='-x-' onClick='fire("
  44. + j + ")'></TD>");
  45. }
  46. document.write( "</TR>");
  47. document.write( "</TABLE>");
  48. document.write( "<INPUT TYPE='button' VALUE='СТАРТ' onClick='game_start()'>");
  49. document.write( "</FORM>");
  50. // ----- game main timer event
  51. // ----- enemy come one step
  52. function come(){
  53. var n = poor_rand();
  54. document.fm2.elements[ width_n * enemy[n+1] + n].checked = true;
  55. enemy[n+1]++;
  56. if( enemy[n+1] < height_n){
  57. setTimeout("come()", wtime);
  58. }else{
  59. gameover = true;
  60. document.fm1.message.value = "ИГРА ОКОНЧЕНА: " + score ;
  61. }
  62. }
  63. // ----- Fire the n th beam
  64. function fire( n){
  65. if( gameover ) return;
  66. for( var i=0; i<enemy[n+1]; i++){ // clear enemy
  67. document.fm2.elements[ width_n * i + n].checked = false;
  68. }
  69. score += enemy[ n+1];
  70. document.fm1.message.value = "ОЧКИ: " + score;
  71. enemy[ n+1] = 0;
  72. if( wtime > 100){ wtime -= 10};
  73. }
  74. // ---- initialize & start game
  75. function game_start(){
  76. for( var n=0; n<width_n; n++){
  77. for( var i=0; i<enemy[n+1]; i++){
  78. document.fm2.elements[ width_n * i + n].checked = false;
  79. }
  80. enemy[n+1] = 0;
  81. }
  82. wtime = 400;
  83. score = 0;
  84. gameover = false;
  85. document.fm1.message.value = "ОЧКИ: " + score;
  86. setTimeout("come()", wtime);
  87. }
  88. // -->
  89. </script>
  90. </body>
  91. </html>

Отредактировано Q-Tec - 16.01.2008
0
3910
Дмитрий @Q-Tec
Игра - Шашки

  1. <body bgColor="white">
  2. <p align="center"><script language="JavaScript">
  3. <!--
  4. version = 1.0;
  5. // -->
  6. </script> <script language="JavaScript1.1">
  7. <!--
  8. version = 1.1;
  9. // -->
  10. </script>
  11. <script language="JavaScript">
  12. <!--
  13. if (version==1.0)
  14. document.write("Ваш броузер не поддерживает JavaScript 1.1."
  15. + "Эта игра работает в Netscape 3+ и MSIE 4+.");
  16. // -->
  17. </script><script language="JavaScript1.1">
  18. <!--
  19. function preload() {
  20. this.length = preload.arguments.length;
  21. for (var i = 0; i < this.length; i++) {
  22. this[i] = new Image();
  23. this[i].src = preload.arguments[i];
  24. }
  25. }
  26. var pics = new preload("black.gif","gray.gif",
  27. "you1.gif","you2.gif","you1k.gif","you2k.gif",
  28. "me1.gif","me2.gif","me1k.gif","me2k.gif");
  29. var black = -1; // computer is black
  30. var red = 1; // visitor is red
  31. var square_dim = 35;
  32. var piece_toggled = false;
  33. var my_turn = false;
  34. var double_jump = false;
  35. var comp_move = false;
  36. var game_is_over = false;
  37. var safe_from = safe_to = null;
  38. var toggler = null;
  39. var togglers = 0;
  40. function Board() {
  41. board = new Array();
  42. for (var i=0;i<8; i++) {
  43. board[i] = new Array();
  44. for (var j=0;j<8;j++)
  45. board[i][j] = Board.arguments[8*j+i];
  46. }
  47. board[-2] = new Array(); // prevents errors
  48. board[-1] = new Array(); // prevents errors
  49. board[8] = new Array(); // prevents errors
  50. board[9] = new Array(); // prevents errors
  51. }
  52. var board;
  53. Board(1,0,1,0,1,0,1,0,
  54. 0,1,0,1,0,1,0,1,
  55. 1,0,1,0,1,0,1,0,
  56. 0,0,0,0,0,0,0,0,
  57. 0,0,0,0,0,0,0,0,
  58. 0,-1,0,-1,0,-1,0,-1,
  59. -1,0,-1,0,-1,0,-1,0,
  60. 0,-1,0,-1,0,-1,0,-1);
  61. function message(str) {
  62. if (!game_is_over)
  63. document.disp.message.value = str;
  64. }
  65. function moveable_space(i,j) {
  66. // calculates whether it is a gray (moveable)
  67. // or black (non-moveable) space
  68. return (((i%2)+j)%2 == 0);
  69. }
  70. function Coord(x,y) {
  71. this.x = x;
  72. this.y = y;
  73. }
  74. function coord(x,y) {
  75. c = new Coord(x,y);
  76. return c;
  77. }
  78. document.write("<table border=0 cellspacing=0 cellpadding=0 width="+(square_dim*8+8)
  79. +"<tr><td><img src='black.gif' width="+(square_dim*8+8)
  80. +" height=4><br></td></tr>");
  81. for(var j=0;j<8;j++) {
  82. document.write("<tr><td><img src='black.gif' width=4 height="+square_dim+">");
  83. for(var i=0;i<8;i++) {
  84. if (moveable_space(i,j))
  85. document.write("<a href='javascript:clicked("+i+","+j+")'>");
  86. document.write("<img src='");
  87. if (board[i][j]==1) document.write("you1.gif");
  88. else if (board[i][j]==-1) document.write("me1.gif");
  89. else if (moveable_space(i,j)) document.write("gray.gif");
  90. else document.write("black.gif");
  91. document.write("' width="+square_dim+" height="+square_dim
  92. +" name='space"+i+""+j+"' border=0>");
  93. if (moveable_space(i,j)) document.write("</a>");
  94. }
  95. document.write("<img src='black.gif' width=4 height="+square_dim+"></td></tr>");
  96. }
  97. document.write("<tr><td><img src='black.gif' width="+(square_dim*8+8)
  98. +" height=4><br></td></tr></table><br>"
  99. +"<form name='disp'><textarea name='message' wrap=virtual rows=2 cols=40></textarea><br>
  100. <arr2.length;i++)
  101. arr1[arr1.length+i] = arr2[i];
  102. return arr1;
  103. }
  104. function legal_move(from,to) {
  105. if ((to.x < 0) || (to.y < 0) || (to.x >
  106. </body>
  107. </html>

Отредактировано Q-Tec - 16.01.2008
0
3910
Дмитрий @Q-Tec
Меню выдвигается сбоку.

  1. <!-- HEAD START HERE -->
  2. <SCRIPT language=JavaScript>
  3. <!-- Beginning of JavaScript -
  4. // Set the starting position of the categories of your menu
  5. var menu1top=5
  6. var menu2top=95
  7. var menu3top=185
  8. var menuleft=-115
  9. // This number configures the length and the speed of the menu-movement.
  10. // Play around with it until you are satisfied.
  11. var pace=14
  12. // Don't change the variables below.
  13. var step
  14. var direction
  15. var pause=25
  16. var thismenu
  17. var vorzeichen=1
  18. var vorzeimenu1=-1
  19. var vorzeimenu2=-1
  20. var vorzeimenu3=-1
  21. var menuismoving="no"
  22. function inite() {
  23. if (document.layers) {
  24. document.menu1.left=menuleft
  25. document.menu2.left=menuleft
  26. document.menu3.left=menuleft
  27. document.menu1.top=menu1top
  28. document.menu2.top=menu2top
  29. document.menu3.top=menu3top
  30. }
  31. if (document.all) {
  32. document.all.menu1.style.posLeft=menuleft
  33. document.all.menu2.style.posLeft=menuleft
  34. document.all.menu3.style.posLeft=menuleft
  35. document.all.menu1.style.posTop=menu1top
  36. document.all.menu2.style.posTop=menu2top
  37. document.all.menu3.style.posTop=menu3top
  38. }
  39. }
  40. function getmenuname(clickedmenu) {
  41. if (menuismoving=="no") {
  42. if (document.layers) {
  43. thismenu=eval("document."+clickedmenu)
  44. }
  45. if (document.all) {
  46. thismenu=eval("document.all."+clickedmenu+".style")
  47. }
  48. step=pace
  49. checkdirection()
  50. movemenu()
  51. }
  52. }
  53. function checkdirection() {
  54. if (document.layers) {
  55. if (thismenu==document.menu1){vorzeimenu1=vorzeimenu1*-1;vorzeichen=vorzeimenu1}
  56. if (thismenu==document.menu2){vorzeimenu2=vorzeimenu2*-1;vorzeichen=vorzeimenu2}
  57. if (thismenu==document.menu3){vorzeimenu3=vorzeimenu3*-1;vorzeichen=vorzeimenu3}
  58. }
  59. if (document.all) {
  60. if (thismenu==document.all.menu1.style){vorzeimenu1=vorzeimenu1*-1;vorzeichen=vorzeimenu1}
  61. if (thismenu==document.all.menu2.style){vorzeimenu2=vorzeimenu2*-1;vorzeichen=vorzeimenu2}
  62. if (thismenu==document.all.menu3.style){vorzeimenu3=vorzeimenu3*-1;vorzeichen=vorzeimenu3}
  63. }
  64. menuismoving="yes"
  65. }
  66. function movemenu() {
  67. if (document.layers) {
  68. if (step>=0) {
  69. thismenu.left+=step*vorzeichen
  70. step--
  71. var movetimer=setTimeout("movemenu()",pause)
  72. }
  73. else {
  74. menuismoving="no"
  75. clearTimeout(movetimer)
  76. }
  77. }
  78. if (document.all) {
  79. if (step>=0) {
  80. thismenu.posLeft+=step*vorzeichen
  81. step--
  82. var movetimer=setTimeout("movemenu()",pause)
  83. }
  84. else {
  85. menuismoving="no"
  86. clearTimeout(movetimer)
  87. }
  88. }
  89. }
  90. // - End of JavaScript - -->
  91. </SCRIPT>
  92. <STYLE type=text/css>#menu1 {
  93. LEFT: -1000px; POSITION: absolute
  94. }
  95. #menu2 {
  96. LEFT: -1000px; POSITION: absolute
  97. }
  98. #menu3 {
  99. LEFT: -1000px; POSITION: absolute
  100. }
  101. .baseline {
  102. FONT-SIZE: 9pt; LEFT: 250px; COLOR: #000000; FONT-FAMILY: Arial; POSITION: absolute; TOP: 100px
  103. }
  104. </STYLE>
  105. <!-- HEAD END HERE -->
  106. </head>
  107. <body bgcolor="#EDEDED" text="#000000" link="#000000" topmargin="0" leftmargin="0" onload=inite()>
  108. <center>
  109. <!-- BODY START HERE -->
  110. <DIV id=menu1><IMG height=93
  111. src="primer70_1.gif" width=150
  112. useMap=#primer70_1.gif border=0> <MAP name=primer70_1.gif><AREA shape=RECT
  113. coords=117,10,132,83 href="javascript:getmenuname('menu1')"><AREA shape=RECT
  114. coords=22,10,91,24 href="http://www.aceweb.ru"><AREA
  115. shape=RECT coords=22,25,91,38
  116. href="http://www.aceweb.ru"><AREA shape=RECT
  117. coords=19,39,92,51 href="http://www.aceweb.ru"><AREA
  118. shape=RECT coords=19,54,91,64
  119. href="http://www.aceweb.ru"><AREA shape=RECT
  120. coords=20,67,93,79
  121. href="http://www.aceweb.ru"></MAP></DIV>
  122. <DIV id=menu2><IMG height=93
  123. src="primer70_2.gif" width=150
  124. useMap=#primer70_2.gif border=0> <MAP name=primer70_2.gif><AREA shape=RECT
  125. coords=117,7,133,82 href="javascript:getmenuname('menu2')"><AREA shape=RECT
  126. coords=20,12,63,23 href="#"><AREA
  127. shape=RECT coords=18,24,65,37
  128. href="#"><AREA shape=RECT
  129. coords=18,40,66,52 href="#"><AREA
  130. shape=RECT coords=19,55,71,63
  131. href="#"><AREA shape=RECT
  132. coords=16,68,72,80
  133. href="#"></MAP></DIV>
  134. <DIV id=menu3><IMG height=93
  135. src="primer70_3.gif" width=150
  136. useMap=#primer70_3.gif border=0> <MAP name=primer70_3.gif><AREA shape=RECT
  137. coords=117,7,133,82 href="javascript:getmenuname('menu3')"><AREA shape=RECT
  138. coords=19,9,82,24 href="#"><AREA
  139. shape=RECT coords=17,25,82,36
  140. href="#"><AREA shape=RECT
  141. coords=19,37,81,50 href="#"><AREA
  142. shape=RECT coords=19,51,82,64
  143. href="#"><AREA shape=RECT
  144. coords=19,66,82,78
  145. href="#"></MAP></DIV>
  146. <!-- BODY END HERE -->

0
3910
Дмитрий @Q-Tec
Навигация при помощи клавиш.
Данный скрипт реализует навигацию посредством клавиш.

  1. <script language="JavaScript">
  2. <!--
  3. var key = new Array();
  4. key['a'] = "index.htm";
  5. key['b'] = "index1.htm";
  6. key['c'] = "index2.htm";
  7. key['d'] = "index3.htm";
  8. function getKey(keyStroke) {
  9. isNetscape=(document.layers);
  10. eventChooser = (isNetscape) ? keyStroke.which : event.keyCode;
  11. which = String.fromCharCode(eventChooser).toLowerCase();
  12. for (var i in key) if (which == i) window.location = key[i];}
  13. document.onkeypress = getKey;
  14. //-->
  15. </script>

0
3910
Дмитрий @Q-Tec
Окно открывается в полный экран.

  1. <script>
  2. url = "okno_04.htm";
  3. var speedX = 7;
  4. var speedY = 5;
  5. var bgColor = "#000000";
  6. var txtColor = "#FF80000";
  7. if (document.all){
  8. var wide = window.screen.availWidth;
  9. var high = window.screen.availHeight;
  10. }
  11. function andBoom(){
  12. if (document.all){
  13. var Boomer = window.open("","BoomWindow","fullscreen");
  14. Boomer.document.write('<HTML><BODY BGCOLOR='+bgColor+' SCROLL=NO><FONT FACE=ARIAL COLOR='+txtColor+'>Loading...</FONT></BODY></HTML>');
  15. Boomer.focus();
  16. for (H=1; H<high; H+= speedY){
  17. Boomer.resizeTo(1,H);
  18. }
  19. for (W=1; W<wide; W+= speedX){
  20. Boomer.resizeTo(W,H);
  21. }
  22. Boomer.location = url;
  23. }
  24. else {
  25. window.open(url,"BoomWindow","");
  26. }
  27. }
  28. </script>
  29. <a href="javascript:andBoom()">Если ваш браузер не поддерживает данного скрипта попробуйте нажать сюда</a><p>
  30. Но вообще-то вам <a href="http://scorpions.mpchat.ru/">сюда.</a></p>
  31. <br>
  32. Также вы можете использовать данную страницу для рекламы а весь скрипт для pop-up обмен-раскрутка!
  33. <body onload="andBoom()">

Отредактировано Q-Tec - 16.01.2008
0
3910
Дмитрий @Q-Tec
Пароль на страницу.
Данный скрипт при запуске страницы запросит ввести пароль страницы.

  1. <script language="JavaScript">
  2. if (top.location.search=="") {
  3. pass = prompt('Введите пароль');
  4. if (pass=='1') // Ваш пароль акивации
  5. { alert('Пароль принят') } else { alert('Пароль непринят!'), top.location.href="errorpas.htm" }//Адрес страниц на которую перейдет пользователь при ошибке
  6. };
  7. </script>

При запросе пароля Введите 1

0
3910
Дмитрий @Q-Tec
Подсказка в любом месте страницы, можно вставлять таблицы и картинки.

  1. <script>
  2. <!--
  3. var content=new Array()
  4. content[0]='<br><strong>Scorpions ChaT</strong><br>Русский ChaT Эстонии'
  5. content[1]='<br><strong>Иконки На Папки</strong><br>в этом сборнике содержаться красочные иконки которые можно ставить на любую папку например на вашу или на любую другую.'
  6. content[2]='<br><strong>Коды для снятия блокировки у телефонов SAMSUNG</strong><br> В этом сборнике содержится 245 кодов: для увеличения громкости, удаление ошибок на телефоне и многое многое другое.'
  7. function regenerate(){
  8. window.location.reload()
  9. }
  10. function regenerate2(){
  11. if (document.layers)
  12. setTimeout("window.onresize=regenerate",450)
  13. }
  14. function changetext(whichcontent){
  15. if (document.all)
  16. descriptions.innerHTML=''+whichcontent+''
  17. else if (document.layers){
  18. document.d1.document.d2.document.write('<font face="Verdana">'+whichcontent+'</font>')
  19. document.d1.document.d2.document.close()
  20. }
  21. }
  22. //-->
  23. </script>
  24. <strong>
  25. <a href="http://softpurgen.narod.ru/my_programms.htm" onMouseover="changetext(content[0])">Сборник JavaScripts</a> <a href="http://softpurgen.narod.ru/my_programms.htm" onMouseover="changetext(content[1])">Иконки на папки</a> <a href="http://softpurgen.narod.ru/my_programms.htm" onMouseover="changetext(content[2])">Коды для снятия блокировки у телефонов SANSUNG</a><br>
  26. </strong>
  27. <ilayer id="d1" width="155" height="155">
  28. <layer id="d2" width="155" height="155">
  29. <table width="460"><tr><td><div id="descriptions" align="left"><br> <br> <br> </div>
  30. <!-- зарезервировали строчки чтобы содержимое не прыгало. Лучше всего изпользовать место заданной ширины как в примере. -->
  31. </td></tr></table>
  32. </ilayer>
  33. </layer>

Отредактировано Q-Tec - 16.01.2008
0
3910
Дмитрий @Q-Tec
Таймер.
Данный скрипт показывает сколько осталось времени до Нового года в форме и в статусной строке браузера . Вставьте в тег <body … onLoad="startclock()">.

  1. <script language="JavaScript">
  2. <!--
  3. var Temp2;
  4. var timerID = null;
  5. var timerRunning = false;
  6. function showtime() {
  7. now = new Date();
  8. var CurHour = now.getHours();
  9. var CurMinute = now.getMinutes();
  10. var CurMonth = now.getMonth();
  11. var CurDate = now.getDate();
  12. var CurYear = now.getYear();
  13. var CurSecond = now.getSeconds();
  14. now = null;
  15. Hourleft1 = 23 - CurHour
  16. var Hourleft = Math.abs( Hourleft1 )
  17. Minuteleft1 = 59 - CurMinute
  18. var Minuteleft = Math.abs( Minuteleft1 )
  19. Secondleft1 = 59 - CurSecond
  20. var Secondleft = Math.abs( Secondleft1 )
  21. if (CurYear==101) {var Yearleft = 101 - CurYear} else {var Yearleft = 2006 - CurYear};
  22. var Monthleft1 = 11 - CurMonth
  23. var Monthleft = Math.abs( Monthleft1 )
  24. var Dateleft1 = 31 - CurDate
  25. var Dateleft = Math.abs( Dateleft1 )
  26. if (Yearleft!=1) {var ys="s"} else {var ys=""};
  27. if (Monthleft!=1) {var mos="s"} else {var mos=""}
  28. if (Dateleft!=1) {var ds="s"} else {var ds=""}
  29. if (Hourleft!=1) {var hs="s"} else {var hs=""}
  30. if (Minuteleft!=1) {var mis="s"} else {var mis=""}
  31. if (Secondleft!=1) {var ss="s"} else {var ss=""}
  32. Temp2=Yearleft+' year'+ys+', '+Monthleft+' month'+mos+', '+Dateleft+' day'+ds+','+Hourleft+' hour'+hs+', '+Minuteleft+' minute'+mis+', '+Secondleft+' second'+ss+' до Нового года!'
  33. Temp3=Yearleft+' year'+ys+', '+Monthleft+' month'+mos+', '+Dateleft+' day'+ds+', '+Hourleft+' hour'+hs+', '+Minuteleft+' minute'+mis+', '+Secondleft+' second'+ss
  34. window.status=Temp2;
  35. document.frm.left.value=Temp3;
  36. timerID = setTimeout("showtime()",1000);
  37. timerRunning = true;
  38. }
  39. var timerID = null;
  40. var timerRunning = false;
  41. function stopclock () {
  42. if(timerRunning) clearTimeout(timerID);
  43. timerRunning = false;
  44. }
  45. function startclock () {
  46. stopclock();
  47. showtime();
  48. }
  49. //-->
  50. </script>
  51. А этой формой осуществляется вывод данных.
  52. <form name="frm">
  53. <input type="textarea" name="left" size=50 value="С Новым годом!">
  54. </form>

0





Согласие на обработку данных на нашем сайте

Продолжая просматривать страницу, вы соглашаетесь с использованием файлов «Cookie» и с Политикой конфиденциальности «Privacy».
Наверху или внизу страницы вы можете изменить валюту и язык по умолчанию. Английская версия сайта ещё находится в доработке и доступна не полностью.