PC Review


Reply
Thread Tools Rate Thread

Changing Picture on Home Page

 
 
=?Utf-8?B?SmFjb2JfRl9Sb2Vja2Vy?=
Guest
Posts: n/a
 
      9th Aug 2005
I've got a familiy website with an index file that is mostly the menu on the
left and an image. I'd like the image to change and cycle through the
library of images in the /images directory on my site.

Assuming I've got the pictures set up right (same dimensions and extensions
and all) how do I write the html to do this?

-Jacob
 
Reply With Quote
 
 
 
 
Kathleen Anderson [MVP - FrontPage]
Guest
Posts: n/a
 
      9th Aug 2005
You can do that with JavaScript:
http://javascript.internet.com/misce...e-rotator.html

--
~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/


"Jacob_F_Roecker" <(E-Mail Removed)> wrote in message
news:FE1938A5-C3D3-48AA-8E2A-(E-Mail Removed)...
> I've got a familiy website with an index file that is mostly the menu on
> the
> left and an image. I'd like the image to change and cycle through the
> library of images in the /images directory on my site.
>
> Assuming I've got the pictures set up right (same dimensions and
> extensions
> and all) how do I write the html to do this?
>
> -Jacob



 
Reply With Quote
 
=?Utf-8?B?TUFIT1E=?=
Guest
Posts: n/a
 
      10th Aug 2005
If you use Front Page, then go to Add Banner, which will rotate your images,
basically its an applet things.

"Jacob_F_Roecker" wrote:

> I've got a familiy website with an index file that is mostly the menu on the
> left and an image. I'd like the image to change and cycle through the
> library of images in the /images directory on my site.
>
> Assuming I've got the pictures set up right (same dimensions and extensions
> and all) how do I write the html to do this?
>
> -Jacob

 
Reply With Quote
 
=?Utf-8?B?SmFjb2JfRl9Sb2Vja2Vy?=
Guest
Posts: n/a
 
      10th Aug 2005
Thanks Kathleen!!!!

"Kathleen Anderson [MVP - FrontPage]" wrote:

> You can do that with JavaScript:
> http://javascript.internet.com/misce...e-rotator.html
>
> --
> ~ Kathleen Anderson
> Microsoft MVP - FrontPage
> Spider Web Woman Designs
> web: http://www.spiderwebwoman.com/resources/
>
>
> "Jacob_F_Roecker" <(E-Mail Removed)> wrote in message
> news:FE1938A5-C3D3-48AA-8E2A-(E-Mail Removed)...
> > I've got a familiy website with an index file that is mostly the menu on
> > the
> > left and an image. I'd like the image to change and cycle through the
> > library of images in the /images directory on my site.
> >
> > Assuming I've got the pictures set up right (same dimensions and
> > extensions
> > and all) how do I write the html to do this?
> >
> > -Jacob

>
>
>

 
Reply With Quote
 
=?Utf-8?B?RXJpYyBHcmlmZml0aHM=?=
Guest
Posts: n/a
 
      17th Sep 2005
This was great, Is there a way to have the pictures fade in and out instead
of the sharp transition?

"Kathleen Anderson [MVP - FrontPage]" wrote:

> You can do that with JavaScript:
> http://javascript.internet.com/misce...e-rotator.html
>
> --
> ~ Kathleen Anderson
> Microsoft MVP - FrontPage
> Spider Web Woman Designs
> web: http://www.spiderwebwoman.com/resources/
>
>
> "Jacob_F_Roecker" <(E-Mail Removed)> wrote in message
> news:FE1938A5-C3D3-48AA-8E2A-(E-Mail Removed)...
> > I've got a familiy website with an index file that is mostly the menu on
> > the
> > left and an image. I'd like the image to change and cycle through the
> > library of images in the /images directory on my site.
> >
> > Assuming I've got the pictures set up right (same dimensions and
> > extensions
> > and all) how do I write the html to do this?
> >
> > -Jacob

>
>
>

 
Reply With Quote
 
=?Utf-8?B?Q29keTIx?=
Guest
Posts: n/a
 
      15th Jun 2006
How do you change the Location of where this Script pull sthe pictures from?
I tried modifying the image list parm but the Script won't load the files...
e.g.,

image_list[image_index++] = new imageItem("E:\my images\water fall.jpg");

When I move this to the Server, I'd lik the images to default to the "root"
Image directory... How would I code that? Are spaces in the files acceptable?
Sorry, new to JavaScript.

Thanks


"Kathleen Anderson [MVP - FrontPage]" wrote:

> You can do that with JavaScript:
> http://javascript.internet.com/misce...e-rotator.html
>
> --
> ~ Kathleen Anderson
> Microsoft MVP - FrontPage
> Spider Web Woman Designs
> web: http://www.spiderwebwoman.com/resources/
>
>
> "Jacob_F_Roecker" <(E-Mail Removed)> wrote in message
> news:FE1938A5-C3D3-48AA-8E2A-(E-Mail Removed)...
> > I've got a familiy website with an index file that is mostly the menu on
> > the
> > left and an image. I'd like the image to change and cycle through the
> > library of images in the /images directory on my site.
> >
> > Assuming I've got the pictures set up right (same dimensions and
> > extensions
> > and all) how do I write the html to do this?
> >
> > -Jacob

>
>
>

 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      15th Jun 2006
Do not use spaces in file or folder names.

Manual insert an image on the page from the location that you want to store it in, in your web, then
switch to html/code view and copy the path to use in your script.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

"Cody21" <(E-Mail Removed)> wrote in message
news:90EEE5A9-3055-4C2B-8CD7-(E-Mail Removed)...
> How do you change the Location of where this Script pull sthe pictures from?
> I tried modifying the image list parm but the Script won't load the files...
> e.g.,
>
> image_list[image_index++] = new imageItem("E:\my images\water fall.jpg");
>
> When I move this to the Server, I'd lik the images to default to the "root"
> Image directory... How would I code that? Are spaces in the files acceptable?
> Sorry, new to JavaScript.
>
> Thanks
>
>
> "Kathleen Anderson [MVP - FrontPage]" wrote:
>
>> You can do that with JavaScript:
>> http://javascript.internet.com/misce...e-rotator.html
>>
>> --
>> ~ Kathleen Anderson
>> Microsoft MVP - FrontPage
>> Spider Web Woman Designs
>> web: http://www.spiderwebwoman.com/resources/
>>
>>
>> "Jacob_F_Roecker" <(E-Mail Removed)> wrote in message
>> news:FE1938A5-C3D3-48AA-8E2A-(E-Mail Removed)...
>> > I've got a familiy website with an index file that is mostly the menu on
>> > the
>> > left and an image. I'd like the image to change and cycle through the
>> > library of images in the /images directory on my site.
>> >
>> > Assuming I've got the pictures set up right (same dimensions and
>> > extensions
>> > and all) how do I write the html to do this?
>> >
>> > -Jacob

>>
>>
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Home Page Won't Load--Astronomy Picture of the Day? Susan Windows Vista General Discussion 3 20th Nov 2008 10:09 PM
HOW I PUT MY PICTURE AND FRONT OF MY HOME PAGE =?Utf-8?B?aG93IHRvIHB1dCBhIHBpY3R1cmUgb24gbXkgZnJv Microsoft Outlook Discussion 1 15th Mar 2006 08:07 PM
changing home page grams Windows XP Internet Explorer 1 10th Apr 2004 10:09 PM
Changing home page Steve Windows XP Customization 1 5th Mar 2004 06:18 AM
Changing Home page and Search page. James Fikes Windows XP Internet Explorer 1 6th Oct 2003 06:13 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:09 AM.