The slide show works great over here on my 486 running win95 & msie 4.01.
VERY nice job, Suzanne.
Dr. Steve Briggs
www.stevebriggs.com
-----Original Message-----
From: Suzanne <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Thursday, June 25, 1998 11:31 AM
Subject: WC:>: Javascript problem
>Gang,
>
>I've used a Javascript for a slide show on these three pages. It's a great
>way to make a lot of photos available for optional viewing.
>
>http://www.endlessriveradventures.com/sneakpreview/info.html
>http://www.endlessriveradventures.com/sneakpreview/costa.html
>http://www.endlessriveradventures.com/sneakpreview/ecuador.htm
>
>On my Mac, it views great in NN4, okay in NN3, but it's really kludgy and
>awful in IE 4: windows are an odd size, display is cranky and slow.
>
>Would someone please tell me how they work on PCs in NN or IE?
>
>Any ideas on how to improve performance in IE?
>
>thanks, Suz
>
>***********************************************
>
><HTML>
><HEAD>
>
><TITLE>Endless River Adventures</TITLE>
><SCRIPT LANGUAGE=JAVASCRIPT>
> <!-- Hide script from old browsers
> // This script copyright 1997, Tom Negrino and Dori Smith.
> // This script is from "JavaScript for the WWW, Visual QuickStart
>Guide, 2nd Ed."
> // For more information, see <http://www.chalcedony.com/javascript/>.
> // This script may be used and modified, but the copyright notice
>must remain intact.
>
> var myPix = new
>Array("art/ecua1b.jpg","art/ecua2b.jpg","art/ecua3b.jpg","art/ecua4b.jpg","
art/e
>cua5b.jpg","art/ecua8b.jpg","art/ecua9b.jpg","art/ecua10b.jpg","art/ecua11b
.jpg"
>,"art/ecua12b.jpg","art/ecua13b.jpg","art/ecua14.jpg","art/ecua15.jpg","art
/ecua
>16.jpg","art/ecua17.jpg","art/ecua18.jpg")
> var thisPic = 0
>
> function processPrevious() {
> if (document.images && thisPic > 0) {
> thisPic--
> document.myPicture.src=myPix[thisPic]
> }
> }
>
> function processNext() {
> if (document.images && thisPic < 18) {
> thisPic++
> document.myPicture.src=myPix[thisPic]
> }
> }
>
> // End hiding script from old browsers -->
></SCRIPT>
></HEAD>
><BODY bgcolor="000000" text=FFFFFF link=66CCFF vlink=FFFFFF alink=FFCC66
>LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
>
><CENTER>
>
><IMG SRC="art/ecua1b.jpg" NAME="myPicture"><p><font face="verdana, arial,
>helvetica" size=-2>
>
><A HREF=javascript:processPrevious()>Previous</A>
><A HREF=javascript:processNext()>Next</A>
></H1></CENTER></BODY>
></HTML>
>
>Suzanne Stephens, Stephens Design; Ashland, Oregon
>541-552-1192 http://www.KickassDesign.com/ ICQ #8190023
>CyberCircus Grand Prize Winners http://www.thecybercircus.com/
>Web Page Design for Designers Design Resources:
http://www.wpdfd.com/wpdres.htm
>Clip Art: http://www.freeimages.com/stephens/
>
>
>____________________________________________________________________
>--------------------------------------------------------------------
> Join The Web Consultants Association : Register on our web site Now
>Web Consultants Web Site : http://just4u.com/webconsultants
>If you lose the instructions All subscription/unsubscribing can be done
>directly from our website for all our lists.
>---------------------------------------------------------------------
>
____________________________________________________________________
--------------------------------------------------------------------
Join The Web Consultants Association : Register on our web site Now
Web Consultants Web Site : http://just4u.com/webconsultants
If you lose the instructions All subscription/unsubscribing can be done
directly from our website for all our lists.
---------------------------------------------------------------------