Ok, here is how i have it setup. On my website I created a
layer and put a picture inside of it. Next to the layer I
wrote a discription of the image. I would like to have it
where either the picture changes, and the text changes with
it, like a slide show, or have it so that a random pic and
its discription appear each time that the webpage is
opened. Is there any way to do the later of the two? I
figure that if i create two seperate automatic slide shows
that the text and pictures will correspond, but Im more
interested in the second option.

Kon

Re: How to make text change when slide show pic changes by clintonG

clintonG
Wed Sep 08 14:51:55 CDT 2004

Easy to do using .NET and other XML methodologies. A JavaScript
hack can be used to change the text displayed in an HTML input
of type text. Check out the JavaScript FAQ [1]

--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET csgallagher@REMOVETHISTEXTmetromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/

[1] http://developer.irt.org/





"konithomimo" <anonymous@discussions.microsoft.com> wrote in message
news:85c101c495d7$d65a5cd0$a501280a@phx.gbl...
> Ok, here is how i have it setup. On my website I created a
> layer and put a picture inside of it. Next to the layer I
> wrote a discription of the image. I would like to have it
> where either the picture changes, and the text changes with
> it, like a slide show, or have it so that a random pic and
> its discription appear each time that the webpage is
> opened. Is there any way to do the later of the two? I
> figure that if i create two seperate automatic slide shows
> that the text and pictures will correspond, but Im more
> interested in the second option.
>
> Kon



Re: How to make text change when slide show pic changes by Jens

Jens
Wed Sep 08 15:34:22 CDT 2004

This is a multi-part message in MIME format.

------=_NextPart_000_0021_01C495F3.FD353250
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit

It should be easy enough with your second option. The same Javascript
you use to pick a random image could relatively easily be expanded to
also find the accompanying text.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.

> -----Original Message-----
> From: konithomimo [mailto:anonymous@discussions.microsoft.com]
> Posted At: 8. september 2004 21:13
> Posted To: microsoft.public.frontpage.programming
> Conversation: How to make text change when slide show pic changes
> Subject: How to make text change when slide show pic changes
>
>
> Ok, here is how i have it setup. On my website I created a
> layer and put a picture inside of it. Next to the layer I
> wrote a discription of the image. I would like to have it
> where either the picture changes, and the text changes with
> it, like a slide show, or have it so that a random pic and
> its discription appear each time that the webpage is opened.
> Is there any way to do the later of the two? I figure that if
> i create two seperate automatic slide shows that the text and
> pictures will correspond, but Im more interested in the second option.
>
> Kon
>

------=_NextPart_000_0021_01C495F3.FD353250
Content-Type: text/html;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
6.5.7036.0">
<TITLE>Re: How to make text change when slide show pic changes</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=3D2>It should be easy enough with your second option. The =
same Javascript you use to pick a random image could relatively easily =
be expanded to also find the accompanying text.</FONT></P>

<P><FONT SIZE=3D2>Regards Jens Peter Karlsen. Microsoft MVP - =
Frontpage.</FONT>
</P>

<P><FONT SIZE=3D2>&gt; -----Original Message-----</FONT>

<BR><FONT SIZE=3D2>&gt; From: konithomimo [<A =
HREF=3D"mailto:anonymous@discussions.microsoft.com">mailto:anonymous@disc=
ussions.microsoft.com</A>] </FONT>

<BR><FONT SIZE=3D2>&gt; Posted At: 8. september 2004 21:13</FONT>

<BR><FONT SIZE=3D2>&gt; Posted To: =
microsoft.public.frontpage.programming</FONT>

<BR><FONT SIZE=3D2>&gt; Conversation: How to make text change when slide =
show pic changes</FONT>

<BR><FONT SIZE=3D2>&gt; Subject: How to make text change when slide show =
pic changes</FONT>

<BR><FONT SIZE=3D2>&gt; </FONT>

<BR><FONT SIZE=3D2>&gt; </FONT>

<BR><FONT SIZE=3D2>&gt; Ok, here is how i have it setup. On my website I =
created a </FONT>

<BR><FONT SIZE=3D2>&gt; layer and put a picture inside of it. Next to =
the layer I </FONT>

<BR><FONT SIZE=3D2>&gt; wrote a discription of the image. I would like =
to have it </FONT>

<BR><FONT SIZE=3D2>&gt; where either the picture changes, and the text =
changes with </FONT>

<BR><FONT SIZE=3D2>&gt; it, like a slide show, or have it so that a =
random pic and </FONT>

<BR><FONT SIZE=3D2>&gt; its discription appear each time that the =
webpage is opened. </FONT>

<BR><FONT SIZE=3D2>&gt; Is there any way to do the later of the two? I =
figure that if </FONT>

<BR><FONT SIZE=3D2>&gt; i create two seperate automatic slide shows that =
the text and </FONT>

<BR><FONT SIZE=3D2>&gt; pictures will correspond, but Im more interested =
in the second option.</FONT>

<BR><FONT SIZE=3D2>&gt; </FONT>

<BR><FONT SIZE=3D2>&gt; Kon</FONT>

<BR><FONT SIZE=3D2>&gt; </FONT>
</P>

</BODY>
</HTML>
------=_NextPart_000_0021_01C495F3.FD353250--