Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

Paste Description for A greeting message

Insert this JavaScript into your Website to see the results. It gives a message to the viewer.

A greeting message
Tuesday, October 2nd, 2007 at 5:28:10pm MDT 

  1. /* This was made by Joshua, */
  2. /* October 02, 2007 6:27PM */
  3. /* Removal of these comments is not prohibited */
  4. //Put this part in the <head> </head> tags
  5. <style type="text/css">
  6. #msg1 {
  7. font-style:italics;
  8. font-size:.9em;
  9. color:yellow;
  10. width:400px;
  11. height:20px;
  12. background-color:darkblue;
  13. border-left:1px solid red;
  14. border-bottom:1px solid red;
  15. }
  16. </style>
  17.  
  18.  
  19. /*This goes inside the body of your HTML document*/
  20. <div id="msg1">
  21. <script type="text/javascript">
  22. var question="What is your name?";
  23. var response = prompt(question,"Anonymous");
  24. var d = new Date();
  25. var time = d.getHours();
  26.  
  27. if (time > 6 && time < 11);
  28. {
  29. document.getElementById("msg1").innerHTML = "Good Morning,&nbsp;" + response;
  30. }
  31. else if (time > 12 && time < 16);
  32. {
  33. document.getElementById("msg1").innerHTML = "Good Afternoon,&nbsp;" + response;
  34. }
  35. else if (time > 17 && time < 20);
  36. {
  37. document.getElementById("msg1").innerHTML = "Good Evening,&nbsp;" + response;
  38. }
  39.  
  40. else if (time > 21 && time < 5);
  41. {
  42. document.getElementById("msg1").innerHTML = "I should be in bed...You should probably get some sleep too,&nbsp;" + response;
  43. }
  44. </script>
  45. </div>

Paste Details

advertising

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will expire by default in one month. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

fantasy-obligation