Welcome Guest. Please Login or Register  


You are here: Index > Designs > Web Design > Topic : Free JavaScript Codes


News:

Group Message
Hello Guest,

Welcome to the iTech Innovations Forum. iTech Innovations Forum is getting better and better and is also becoming more popular.
Take a few seconds to Register, it’s free, and it inspires us to work harder and improve on whatever we can improve on.
Give us some feedback, and tell your buddies about iTech Innovations Forum!

Thanks,
iTech Innovations Forum Team



Threaded Mode | Tell a friend | Print  

 Free JavaScript Codes (1 Replies, Read 115 times)
kraazee
Group: Universal Moderator
Post Group: Super Member
Posts: 364
Status:

Where Creativity Meets Innovation
JavaScript Codes

JavaScript Free Code

Dynamic Drive


-----------------------
Board Image
IP: --   

JavaScript Codes
kraazee
Group: Universal Moderator
Post Group: Super Member
Posts: 364
Status:

Where Creativity Meets Innovation
JavaScript to accept the name age and Course code of a student and display it on the screen.

<html>
<head>
<title>iTech</title>
</head>
<body>
<script type="text/javascript">

var name=prompt("Please enter your name");
var age=prompt("Please enter your Age");
var coursecode=prompt("Please enter your coursecode - CT334 or CT115 or CP314");

switch (coursecode)
{
case "CT334":
  document.write("Hello " + name);
  document.write("<br>");
  document.write("You are " + age + " Years old");
  document.write("<br>");
  document.write("Visual Basic");
  break;
case "CT115":
  document.write("Hello" + name);
  document.write("<br>");
  document.write("You are " + age + " Years old");
  document.write("<br>");
  document.write("Information Technology");
  break;
case "CP314":
  document.write("Hello " + name);
  document.write("<br>");
  document.write("You are " + age + " Years old");
  document.write("<br>");
  document.write("Web Programming");
  break;
default:
  document.write("That code does not exist");
}
</script>
</body>
</html>

-----------------------
Board Image
IP: --   


Threaded Mode | Tell a friend | Print  



Jump To :


Users viewing this topic
1 guests, 0 users.


All times are GMT. The time now is September 9, 2010, 6:14 am.

Theme Simple Orange Developed by Joshy
  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 11  |  Page Created In:0.053

iTech Innovations