Change images on click

This is a discussion on "Change images on click" within the PHP Forum section. This forum, and the thread "Change images on click are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old May 8th, 2007, 20:28
SuperMember

SuperMember
Join Date: Nov 2005
Location: England
Age: 27
Posts: 308
Thanks: 1
Thanked 0 Times in 0 Posts
Change images on click

Hi. I want to have a button on my homepage www.timothy-clark.com that changes the three main buttons to three others when user clicks it. Is this possible in php or java? How do i do it?

Thanks.

i found this : http://www.sitepoint.com/forums/showthread.php?t=474937 but it's only for one image. i wanna be able to switch between three at a time.

Last edited by timmytots; May 8th, 2007 at 21:06.
Reply With Quote

  #2 (permalink)  
Old May 8th, 2007, 21:59
JustinStudios's Avatar
SuperMember

SuperMember
Join Date: Mar 2007
Location: USA
Posts: 406
Blog Entries: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to JustinStudios
Re: Change images on click

If you use PHP it will have to reload the page, and if you use JavaScript it may not depending on how you code it. By the way, Java is a completely different language than JavaScript.

The easiest way to do this is to set up a variable. And default it to 0.
Then check if the variable is = 0 and if so display the first 3 images.

Else Display the others ones.

Only way I personally know to do this in PHP is to use Session Variabls. Just click here for more information on Sessions.
Reply With Quote
  #3 (permalink)  
Old May 11th, 2007, 12:26
Reputable Member
Join Date: May 2006
Location: Northampton, UK
Posts: 399
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Change images on click

use two radio buttons and a submit button.

then a php if else statement that checks which button was selected, and displays the relevant content.

it will need to reload the page.... but it should only be a flicker.

Do you need help writing the script?
Reply With Quote
Reply

Tags
php

Thread Tools

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 On

Similar Threads
Thread Thread Starter Forum Replies Last Post
How To Change iFrame Links to Images ajr901 Starting Out 1 Jun 9th, 2008 22:17
How To Change iFrame Links to Images !!!??? ajr901 Starting Out 1 Jun 8th, 2008 18:37
multiple rollover images change multiple images joshlindem Web Page Design 4 Apr 18th, 2008 09:11
Don't Click It spinal007 Webforumz Cafe 24 Mar 24th, 2007 03:34
Right Click Gee Bee JavaScript Forum 3 Jul 5th, 2006 22:16


All times are GMT. The time now is 05:32.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43