Jump to content

toxa

Newbie
  • Posts

    3
  • Joined

  • Last visited

Everything posted by toxa

  1. imgcl=appendChild(imgcl);там должно было происходить создание элемента img с изобр.; я кажется понял в чем заключаются мои ошибки Veseloff удалите эту тему пожалуста
  2. imgcl это переменная я сайт еще не дел я пока что все подготавливаю поэтому ссылки не будет ссылки нет потомучто сайта нет
  3. Я написал скрипт который должен менять изображение учитывая статус индефикатора если id имеет свойство visibility: hidden; то такое изображение и наоборот вот исходник : function showimg(id1) { var imgcl,imgop; imgcl=appendChild(imgcl); imgcl.src="img/button_close.gif"; if(document.getElementById(id1).style.visibility = "visible") { imgcl onclick=function(){removeChild(imgcl);imgop=appendChild(imgop);imgop.src="img/button_open.gif"}; } if(document.getElementById(id1).style.visibility = "hidden") { imgop onclick=function(){removeChild(imgop);imgop=appendChild(imgcl);imgop.src="img/button_close.gif"}; } } Дело в том что изображение вообще не показывается .
×
×
  • 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