Download presentation
Presentation is loading. Please wait.
Published byBrendan Norris Modified over 9 years ago
1
Web Programming – Java Script Association of Computing Activities Computer Science and Engineering Indian Institute of Technology Kanpur
2
XAMPP Download and Install XAMPP Start the xampp server by clicking on the desktop icon(if it asks click on the mysql,apache) Check http://localhosthttp://localhost If you want to run file.php then type in your browser localhost/file.php
3
Java Script Scripting Language User Side dynamic(than php) Case Sensitive
4
Outline of Lecture Format Basics Functions Popups Events Validation
5
Format Written mostly with html Script tag with attribute type ID for part of the code
6
Basics document.getElementById(“ “) inner.HTML=“ ”; Variables var …. = “ “;
7
Functions Function name() { } Button with onclick attribute =“name” Clicking on the function executes the function Hidden text
8
popups alert(“ “); Confirm( “ “); Prompt(“ “,” ”); window.location = “ "; Indexof();
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.