Skip to main content

Dynamic Welcome Page in JavaScript

To create a dynamic welcome page that obtains the  user's name, then diplays it on the page. The script uses another predefined dialog box from window object(a prompt dialog) which allows the user to input a value that the script can use. The program asks the user to input a name, then displays the name in the XHTML document.

<html>
  <head>
    <title>Using Prompt and Alert Boxes</title>
    <script type = "text/javascript">
      <!--
      var name; //string entered by the user
   
      name = window.prompt( "Please enter your name" );
   
      document.writeln( "<h1> Hello, " + name + ",
              welcome to JavaScript programming!</h1>" );
      // -->
    </script>
  </head>
  <body>
    <p>Click Refresh to run this script again.</p>
  </body>
</html>

A declaration that contains the JavaScript keyword var. Keywords are words that have special meaning in JavaScript. The keyword var at the beginning of the statement indicates that the word name is a variable. A variable is a location in the computer's memory where a value can be stored for use by a program.

Popular posts from this blog

List of software companies in Chennai

List of software companies in Chennai India's Information technology is an industry consisting of IT services and business process outsourcing(BPO). In india information technology is playing an important role, IT sector in India is generating more than 3 million employment. IT & ITeS industry in India has grown enormously. Indian Information Technology has made a mark in the world. Many MNC's are started branches in Indian cities like Bangalore, Chennai, Delhi etc,. The below table shows you list of software companies in Chennai. 4i Apps Solutions Pvt Ltd http://www.4iapps.com Abra Technologies http://www.abratechnologies.com Accel Frontline Ltd http://www.accelfrontline.in Adrenalin eSystems Ltd http://www.myadrenalin.com Akmin Technologies Pvt Ltd http://www.akmin.com American Megatrends India Pvt Ltd http://www.amiindia.co.in Anantara Solutions Pvt Ltd http://www.anantsol.com Arrowpoint Technologies Pvt Ltd http://www.arrowpointtechn...

Freshers Off Campus at HCL Technologies (B.E/B.Tech 2013/14 Batch)

Company : HCL   Location : pan India   Experience : Freshers   Eligibility : B.E./B.Tech 2013/2014 passed outs HCL is recruting through AMCAT. Click  myAMCAT For more details and registration P.S : Though they mentioned above criteria in title, but still options are available for other students ( 2010 passedouts, Polytechnic , PG etc ) , so kindly check and apply .

Polaris Mega Weekend Drive for Software Engineers On 18th October 2014 @ Chennai

Polaris Mega Weekend Drive for Software Engineers On 18th October 2014   Company Name: Polaris Job Description: Polaris Mega Weekend Drive for Software Engineers On 18th October 2014 Skill Sets:   - Java Developers -  Java, Struts, JSP, Servlets (or) Spring, Hibernate.      Educational Qualification: Any Graduates         Work Experience: 2 to 6 Yrs Work Location: Chennai                                     Walk-in Details: - Walk-in Date: 18th Oct 2014. - Walk-in Time: 9 AM.          Note: - Job Last Date:    Saturday, October 18, 2014    Communication Address:      Polaris Financial Technologies ltd No.34, Rajiv Gandhi Salai, IT Highway Road,...