1 / 9

Chapter 11

Chapter 11. Web Application Development Part 2. JavaScript. Client side Detect the size of the browser window Create pop-up Windows Make image mouseovers. f unction.js. Script 11.3 on page 350 ch11function.js. images.php. Script 11.4 on page 353

brede
Télécharger la présentation

Chapter 11

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Chapter 11 Web Application Development Part 2

  2. JavaScript • Client side • Detect the size of the browser window • Create pop-up Windows • Make image mouseovers

  3. function.js • Script 11.3 on page 350 • ch11\function.js

  4. images.php • Script 11.4 on page 353 • http://cscdb.nku.edu/csc301/frank/ch11/images1.php • ch11\script_11_4\images.php • Clicking on a link will not work yet

  5. show_image.php • Script 11.5 on page 358 • ch11\show_image.php • Images are suppose to b e stored outside the Web root directory. • Need a proxy script to display the image.

  6. HTTP header() function • “When a browser request a web page, it receives a series of HTTP headers in return” • Lines 40-45 in Script 11.5 on page 358. • See #9 on page 360.

  7. Date Functions • date(format) • Table 11.4 on page 362. • Line 34 of Script 11.6 on page 365.

  8. images.php • Script 11.6 on page 365 • http://cscdb.nku.edu/csc301/frank/ch11/images.php • ch11\images.php

  9. Assignment #19 • http://cscdb.nku.edu/csc301/frank/ch11/images2.php

More Related