Web Design - El Centro College
 
HTML More HTML JavaScript Design Dreamweaver Fireworks Flash Photoshop More Info Home
 

Pop-Up Windows, Browser Detection, Current & Modified Date

Pop-Up windows can be useful - if used appropriately! Users can easily become annoyed with windows that popup everytime they arrive at a website.

Pop-Up Created Without JavaScript Pop-Up (Basic)
Pop-Up (Sized) Pop-Up (Centered Using X, Y)
Pop-Up onClick -
Viewer Clicks to Close the Pop-Up
Pop-Up onClick
Viewer Open the Pop-Up
Pop-Up, onClick (Positioned Using X,Y)  
Pop-Up (Function) Pop-Up (Function & Centered)
Pop-Up on the Fly/Image Pop-Up on the Fly/Images (Multiple)
Pop-Up on the Fly(HTML on the Fly)  
Pop-Up Timed  

Browser detection is used to assist in making the page available to those using older browsers. It is also used when higher level Javascript/DHTML is not consistent across browsers.

Browser Detection      ~      Browser Detection (Function - If/Else)

Browser Redirect (by Browser Name)
Browser Redirect(by Browser Name & Version)
Browser Redirect (by Browser Name & Version Multiples)

Current Date provides information to the user. The Date Modified Script allows the user to check how current the information on the page is and how often you update the page.

Current Date     ~     Current Date (Function/Variable)     ~     Current Date - Shortened 

Date Modified    ~     Date Modified (Function/Variable)

Back to the Top