Go Back   Armenian Knowledge Base > Technical sections > Webmaster Zone > Web Development

Reply
 
Thread Tools

JS not working...
Old 18.06.2007, 11:16   #1
I Love BMW!
 
ExtremeSM's Avatar
 
Join Date: 11 2006
Location: reload();
Posts: 63
Rep Power: 0
Default JS not working...

Code:
 
<script>
function dot_change(obj) {
var prefix = "./images/";
if (document.all.obj.src == prefix + "dot.jpg") { document.all.obj.src = prefix + "dot_act.jpg"; }
if (document.all.obj.src == prefix + "dot_act.jpg") { document.all.obj.src = prefix + "dot.jpg"; }
if (document.all.obj.src == prefix + "dot_def.jpg") { document.all.obj.src = prefix + "dot_def.jpg"; }
}
</script>
 
 
<img id="id_1" src="./images/dot.jpg" width="20" height="20">
<a href="javascript:dot_change('id_1');">asdfghjkl</a>
uzum em poxi nkar@ click aneluc kamel mousover-ic... chi anum =\ asuma: document.all.obj.src is not an object... aysinqn chi stanum funkcian id_1 arjeq@... vonc karelia dzel???
__________________
http://megauploader.net/ ------ new designed, new engine powered now still free, fast and without registration...

Old 18.06.2007, 11:32   #2
dardanian
 
aeneas's Avatar
 
Join Date: 11 2005
Location: new troy
Posts: 175
Rep Power: 0
Default

element = document.getElementById(id)
__________________
o gloriose stelle, o lume pregno
di gran virtù, dal quale io riconosco
tutto, qual che si sia, il mio ingegno
dante, paradiso - canto 22

Old 20.06.2007, 12:07   #3
★★★★★★★★★★★★★
 
Hrach_Techie's Avatar
 
Join Date: 08 2004
Location: London, UK
Age: 46
Posts: 16,531
Rep Power: 8
Default

Code:
<script>
function handle (iname, isrc)
{
    document[iname].src=isrc;
}
</script>

// call from event handler and pass args

<a href="my.html" onmouseover="handle('a', 'i2.jpg')" onmouseout="handle('a', 'i1.jpg')">
<img src="i1.jpg" width="20" height="10"
name="a" border="0">
</a>
__________________
Мадмазель, Медам, Месье! "Глория" меняет курс и направляется в Кейптаун! Кому это не нравится будет расстрелян на месте. (с)

http://texneg.livejournal.com
Reply




Реклама:
реклама
Buy text link .

All times are GMT. The time now is 10:41.
Top

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.