5
Easy Javascript Popup Window
Posted in Blog, JavaScript Tutorials by Admin
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 wish to have the window contain text, substitute the &
more
5
Easy Javascript Image Swap
Posted in Blog, JavaScript Tutorials by Admin
This easy to follow inline Javascript is a great way to create click-to-enlarge 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 of the original image as we
more
5
Easy Javascript Rollover Image Buttons
Posted in Blog, JavaScript Tutorials by Admin
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. Any plain text editor
more





Follow Us