Jump to content
  • 0

document.getElementById("iframe").src для Opera


loki li
 Share

Question

Приветствую!

Есть код (далле), по нажатию на ссылку 1 содержимое src

а содержимое href должно меняться на http://domain.ru/showcl/1/

Для ссылки 2 - соответственно http://domain.ru/showcl.php?id=2 и http://domain.ru/showcl/2/

Для IE и FF данный код работает, а для Opera - нет.

Подскажите, как его сделать рабочим и для оперы. В ч?м может заключаться ошибка?

<a href="#" onclick="chcl(1)">ссылка 1 >></a>

<a href="#" onclick="chcl(2)">ссылка 2 >></a>

<a href="#" onclick="chcl(3)">ссылка 3 >></a>

<a href="#" onclick="chcl(4)">ссылка 4 >></a>

...

<iframe id="topshowcl" width="100%" height="285" scrolling="no" src="http://domain.ru/showcl.php" frameborder="no">
</iframe>
<a id="cllink" href="http://domain.ru/showcl/0/">..подробно</a>

<script language="JavaScript1.2" type="text/javascript">
<!--
function chcl(id)
{
document.getElementById("topshowcl").src="http://domain.ru/showcl.php?id=" + id;
document.getElementById("cllink").href="http://domain.ru/showcl/" + id + "/";
}
//-->
</script>

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

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