Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Please help me with this form
Old 07-14-2006, 08:27 AM Please help me with this form
Junior Talker

Posts: 2
Trades: 0
* Problem now solved - Ignore thread!

Hi

I have a drop down box. When someone selects an item from the box the an image displays below. Example here.

My problem is....I don't want the value of the item to be the image location. I want to be able to make the values what I want them to be.

This is the code im using.....

PHP Code:
<table border="0" cellspacing="0" cellpadding="0">
<
tr>
<
td width="100%"><form name="mygallery"><p><select
name
="picture" size="1" onChange="showimage()">
<
option selected value="mobiles/images/handsets/6230i.jpg">Nokia 6230i</option>
<
option value="mobiles/images/handsets/6030.jpg">Nokia 6030</option>
<
option value="mobiles/images/handsets/6101.jpg">Nokia 6101</option>
</
select></p>
</
form>
</
td>
</
tr>
<
tr>
<
td width="100%"><p align="center"><img src="mobiles/images/handsets/6230i.jpg" name="pictures" width="99"
height="100"></td>
</
tr>
</
table

And in the head I have this Javascript...

PHP Code:
<script language="javascript">
<!--
function 
showimage()
{
if (!
document.images)
return
document.images.pictures.src=
document.mygallery.picture.options[document.mygallery.picture.selectedIndex].value
}
//-->
</script> 
Can anyone please please help

Thanks for reading

Last edited by noswad; 07-14-2006 at 11:46 AM..
noswad is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Reply     « Reply to Please help me with this form
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.29901 seconds with 12 queries