5
JavaScript Popup Window
Posted in JavaScript Tutorials by kdwhd
JavaScript Popup Window
This easy to follow inline JavaScript is a popular way of letting your users see additional information without navigating away from the current page. With JavaScript you can specify the dimensions, visible toolbars, and scrollbars of this newly created window. It can used to show images or HTML documents.
If you are using the JavaScript to display
more
5
JavaScript Image Swap
Posted in JavaScript Tutorials by kdwhd
JavaScript Image Swap
This easy to follow inline JavaScript is a great way to create click-to-enlarge (or mouse over) image galleries. Or to display several pictures without loading your Web page full of images.
Besides the main image, you will want to create a second image to represent the main image. This can either be a graphic, or a thumbnail
more
5
JavaScript Rollover Image Buttons
Posted in JavaScript Tutorials by kdwhd
JavaScript Rollover Image Buttons
Here is an easy way to add rollover buttons without a lot of heavy JavaScript. As long as the images are kept small, this is fast loading and works great in all browsers. It is VERY important when editing this code that you do it in a program that does not insert extra spaces or quotes.
more





Follow Us