Go Back   Site Owners Forums - Webmaster Forums > Web Programming > Programming General

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 12-08-2015, 01:27 AM   #1
Martinricky
Registered User
 
Join Date: Aug 2015
Posts: 434
How to create slideshowpage?

Hello friends,

how to create a simple slideshow page using javascript??
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Martinricky is offline   Reply With Quote

Old 12-08-2015, 09:55 PM   #2
maya1
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>
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
/


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
/


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
/


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.




To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
maya1 is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
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


All times are GMT -7. The time now is 01:23 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.