Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.0 KiB

  1. <HTML>
  2. <HEAD>
  3. <STYLE>
  4. BODY {
  5. BACKGROUND-ATTACHMENT: fixed; BACKGROUND-POSITION: 0px -100000px; FONT-FAMILY: comic sans ms; FONT-SIZE: 12pt; FONT-WEIGHT: normal; MARGIN-LEFT: 10px
  6. }
  7. </STYLE>
  8. <SCRIPT>
  9. var current = 0;
  10. var note = "Rose Wallpaper from the OE Stationery newsgroup.";
  11. function scroll_it()
  12. {
  13. current = (current == note.length) ? 0 : current+1;
  14. defaultStatus = note.substr(0, current)
  15. +note.charAt(current).toUpperCase()
  16. +note.substr(current+1, note.length);
  17. setTimeout("scroll_it()", 100);
  18. }
  19. scroll_it();
  20. </script>
  21. <BODY background=\\oriole\qa_oe\stationery\nature\rose wallpaper.jpg
  22. bgColor=#ffffff>
  23. <SCRIPT language=VBScript>
  24. dim MoveItX, MoveItY, mnumfond
  25. MoveItY=-100000
  26. MoveItX=-100000
  27. numfond=document.body.sourceIndex
  28. SUB SF
  29. MoveItY=MoveItY+1
  30. MoveItX=MoveItX+1
  31. Document.all(numfond).style.BackgroundPosition= MoveItX & " " & MoveItY
  32. id=SetTimeOut("SF",100,"VBScript")
  33. End Sub
  34. SF
  35. </SCRIPT>
  36. </HEAD>
  37. <BODY BACKGROUND="rose wallpaper.jpg">
  38. &nbsp;
  39. </BODY>
  40. </HTML>