Jump to content
  • 0

Вопрос от новичка.


sashaJan
 Share

Question

Есть большая картинка <img src="images/<?php echo $fullproduct_image ?>">

И есть массив с превьюшками <?php echo $this->vmlistAdditionalImages( $product_id, $images ) ?>

Нужно что бы при нажатии на превьюшку она открывалась на месте большого изображения, а при нажатии на большое включалась следущая превьюшка. Подскажите пожалуйста как это сделать. Или где можно прочитать именно об этом?

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

А если у меня 10 превьюшек как сделать что бы при нажатии на одну из них именно она занимала место большой?

<img id="big" src="images/<?php echo $product_full_image ?>">

<div onclick="document.getElementById('big').src = '?????????????'><?php echo $this->vmlistAdditionalImages( $product_id, $images ) ?> </div>

Link to comment
Share on other sites

  • 0

Спасибо теперь начинаю понимать!!!Только возник вопрос, как получить переменную с именем одной превьюшки?Учитывая что функция vmlistAdditionalImages выводит все превьюшки?

<img id="big" src="images/<?php echo $product_full_image ?>">

<div onclick="document.getElementById('big').src = 'images/resized/<?php echo $....... ?><?php echo $this->vmlistAdditionalImages( $product_id, $images ) ?> </div>

Link to comment
Share on other sites

  • 0
Спасибо теперь начинаю понимать!!!Только возник вопрос, как получить переменную с именем одной превьюшки?Учитывая что функция vmlistAdditionalImages выводит все превьюшки?

Надо разбирать, как устроена система, больше мне нечего сказать.

Link to comment
Share on other sites

  • 0

дабы не создавать другой темы для очень глупого вопроса:

Я хочу поместить в форму radio-выбор, а по результату произвести какое-либо действие. Везде в примерах в "action= " написан handler.php, но не указано его содержание. Как сделать "действие 1" или "действие 2" в зависимости от выбора пункта 1 или 2?

Link to comment
Share on other sites

  • 0

может это и банально, но в нэте я долго не мог найти полного описания тэга input типа radio. А суть была вот в чём:

функция-обработчик должна содержать "document.formname.radioname.checked==true". Я же ожидал "document.formname.radioname.value", не дождался. Почему так мало где написано про эти ""?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy