Jump to content
  • 0

Проблема с 2 слайдшоу javascript


saswat
 Share

Question

Помогите,пожалуйста,я создал 2 слайдшоу на одной странице,но у меня работает только один,я уже пытался делать два разных скрипта

function d(im1){

document.t1.src=im1;

}

function f(im1){

document.a1.src=im1;

}

но все-ровно не работает.Вот html

<img src='world/a.jpg' name='a' width='160' height='80' onClick='d("world/a.jpg");'>

</td>

</tr>

<tr>

<td>

<img src='world/b.jpg' name='b' width='160' height='80' onClick='d("world/b.jpg");'>

</td>

</tr>

<tr>

<td>

<img src='world/c.jpg' name='c' width='160' height='80' onClick='d("world/c.jpg");'>

</td>

</tr>

<tr>

<td>

<img src='world/d.jpg' name='d' width='160' height='80' onClick='d("world/d.jpg");'>

</td>

</tr>

</table>

</td>

<td>

<table border='0' align='right'>

<tr>

<td>

<a href='world_2.html'><img src='world/a.jpg' name='t1' width='450' height='320'></a>

</td>

</tr>

</table>

<table border='0'>

<tr>

<td>

<img src='world/1.jpg' name='a' width='160' height='80' onClick='f("world/1.jpg");'>

</td>

</tr>

<tr>

<td>

<img src='world/2.jpg' name='b' width='160' height='80'onClick='f("world/2.jpg");'>

</td>

</tr>

<tr>

<td>

<img src='world/3.jpg' name='c' width='160' height='80'onClick='f("world/3.jpg");'>

</td>

</tr>

<tr>

<td>

<img src='world/4.jpg' name='d' width='160' height='80'onClick='f("world/4.jpg");'>

</td>

</tr>

</table>

</td>

<td>

<table border='0' align='right'>

<tr>

<td>

<a href='world_1.html'><img src='world/3.jpg' name='a1' width='450' height='320'></a>

</td>

</tr>

Прмогите,пожалуйста что мне делать?

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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