/    Sign up×
Community /Pin to ProfileBookmark

html slide show without javascript

HELP!!

Is it possible to create a slide show without using javascript.

I am trying to run my slide show on an old laptop running windows 95 and internet explorer 3!

Im assuming this does not support javascrpit as I keep getting run errors.

Can I create a code in html for my slide show so that it runs on my laptop??

I can not download updates on my laptop as it doesnt have internet access or even a cd rom drive…

If i cant create a slide show in html is there anything else you can suggest.

Many thanx
Lisa

to post a comment
HTML

2 Comments(s)

Copy linkTweet thisAlerts:
@Mr_JJul 04.2005 — Unfortunately you have not got a lot going for you with IE3

A very archaic way of doing it would be to try the meta tag.

This would mean 1 page per image as follows, the number 5 is 5 seconds and you would change this to suit.

On the last page of your slideshow you would set the url to page1.htm

[B]page1.htm[/B]

<HTML>

<HEAD>

<TITLE>Page 1</TITLE>

<meta http-equiv="refresh" content="5 ; url=page2.htm">

</HEAD>

<BODY>

<img src="pic1.jpg">

</BODY>

</HTML>

[B]page2.htm[/B]

<HTML>

<HEAD>

<TITLE>Page 2</TITLE>

<meta http-equiv="refresh" content="5 ; url=page3.htm">

</HEAD>

<BODY>

<img src="pic2.jpg">

</BODY>

</HTML>


[B]page3.htm[/B]

<HTML>

<HEAD>

<TITLE>Page 3</TITLE>

<meta http-equiv="refresh" content="5 ; url=page4.htm">

</HEAD>

<BODY>

<img src="pic3.jpg">

</BODY>

</HTML>


I would seriously ask around your friends to see if they have a more up to date copy
Copy linkTweet thisAlerts:
@the_treeJul 04.2005 — Or, you could download anyone of the many free and generally better browsers. I'd recomend [url=http://mozilla.org/products/firefox]Firefox[/url] or [url=http://opera.com]Opera[/url].

If you're getting JS errrors and your JS is error free then it's likely that your browser does support it, even if it's support is limited.
×

Success!

Help @little_lisa spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.19,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...