![]() |
#1 |
Registered User
Join Date: Aug 2015
Posts: 434
|
How to create slideshowpage?
Hello friends,
how to create a simple slideshow page using javascript??
__________________
Dentist in Delhi | Best Dentist in Ashok Vihar | Best Dentist in Shalimar Bagh | Best Prosthodontist in Delhi |
![]() |
![]() |
![]() |
#2 |
Registered User
Join Date: Aug 2015
Posts: 235
|
This script is used for create slideshow page.
<head> <script type="text/javascript"> var slideimages = new Array() // create new array to preload images slideimages[0] = new Image() // create new instance of image object slideimages[0].src = "firstcar.gif" // set image src property to image path, preloading image in the process slideimages[1] = new Image() slideimages[1].src = "secondcar.gif" slideimages[2] = new Image() slideimages[2].src = "thirdcar.gif" </script> </head> |
![]() |
![]() |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to create High PR Backlink ? | James12smith | Search Engine Optimization | 22 | 05-23-2017 02:11 AM |
How to find dofollow website to create backlink | James12smith | Search Engine Optimization | 6 | 04-05-2017 02:18 AM |
How would I create a code for something like this? | top200 | PHP / mySQL | 0 | 11-29-2015 12:10 AM |
How to create slideshowpage? | Martinricky | Programming General | 2 | 10-20-2015 01:38 AM |
Problems in create the account in Eurpoe classified websites | sahithya | Search Engine Optimization | 0 | 07-04-2014 07:07 AM |