Current location: Hot Scripts Forums » Programming Languages » PHP » using javascript in php for image changing with drop down menu


using javascript in php for image changing with drop down menu

Reply
  #1 (permalink)  
Old 02-13-05, 08:26 AM
developer_x's Avatar
developer_x developer_x is offline
Newbie Coder
 
Join Date: Feb 2005
Location: Men are from Mars
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Question using javascript in php for image changing with drop down menu

Hi,

I have no experience in javascript earlier. I have to make a drop down menu. When an option is selected from it, the image located in the website changes.
Example

I don't know which (and how any ) method of javascript I am going to use. Plus I have to use that code in to PHP. In the current coding I have one image, but ofcourse I'll be using 2 more in order to have that feature in my script. The coding is:

PHP Code:

if (tep_not_null($product_info['products_image'])) { 

<table border="0" cellspacing="0" cellpadding="2" align="right">
<tr>
<td align="center" class="smallText">
<script language="javascript"><!--
document.write('<?php echo '<a href="javascriptopupWindow(\\\'' . tep_href_link(FILENAME_POPUP_IMAGE, 'pID=' . $product_info['products_id']) . '\\\')">' . tep_image(DIR_WS_IMAGES . $product_info['products_image'], addslashes($product_info['products_name']), SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, 'hspace="5" vspace="5"') . '<br>' . TEXT_CLICK_TO_ENLARGE . '</a>'; ?>');
//--></script>
<noscript>
<?php echo '<a href="' . tep_href_link(DIR_WS_IMAGES . $product_info['products_image']) . '" target="_blank">' . tep_image(DIR_WS_IMAGES . $product_info['products_image'], $product_info['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, 'hspace="5" vspace="5"') . '<br>' . TEXT_CLICK_TO_ENLARGE . '</a>'; ?>
</noscript>
</td>
</tr>
</table>
PHP Code:



Thanks in advance mates.
Regards,
Irfan
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating a drop down menu ? ? ? Spreegem PHP 4 03-09-05 09:34 AM
javascript multiple select menu for php? isaacmlee JavaScript 1 10-15-04 09:53 AM
Drop Down menu order peterc PHP 1 08-20-04 02:23 AM
drop down menu problem !!! nurqeen PHP 1 02-08-04 08:07 PM
putting content in a drop down menu tom PHP 7 07-04-03 02:25 PM


All times are GMT -5. The time now is 05:30 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.