90 likes | 264 Views
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
E N D
Chapter 11 Web Application Development Part 2
JavaScript • Client side • Detect the size of the browser window • Create pop-up Windows • Make image mouseovers
function.js • Script 11.3 on page 350 • ch11\function.js
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
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.
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.
Date Functions • date(format) • Table 11.4 on page 362. • Line 34 of Script 11.6 on page 365.
images.php • Script 11.6 on page 365 • http://cscdb.nku.edu/csc301/frank/ch11/images.php • ch11\images.php
Assignment #19 • http://cscdb.nku.edu/csc301/frank/ch11/images2.php