![]() | |
| |||||||
| Home | Register | Blogs | FAQ | Members List | Calendar | Downloads | Arcade | Mark Forums Read |
| Web Development Java/PHP/Perl/ASP and more |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 |
| I Love BMW! Join Date: Nov 2006 Location: reload();
Posts: 63
Rep Power: 0 Reputation:
10 | 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>
__________________ http://megauploader.net/ ------ new designed, new engine powered now still free, fast and without registration...
|
| | |
| | #2 |
| dardanian Join Date: Nov 2005 Location: new troy
Posts: 174
Rep Power: 3 Reputation:
14 | 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 |
| | |
| | #3 |
| Say no to alco like Gates Join Date: Aug 2004 Location: Apparently the anti-alcoholism campaign hasn't worked very well for Gates after the last Zaher party ...
Posts: 16,259
Rep Power: 7 Reputation:
337 | 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 |
| | |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| N-Gage Compatibility On Symbian Systems | acid | Mobifun | 1 | Nov 7, 2006 19:51 |
| Discussion: Working from Home? | Hrach_Techie | Jobs | 8 | Apr 4, 2005 12:54 |
| 2 new styles(skins) added + arcade games now working in all styles | acid | News | 1 | Oct 24, 2004 18:06 |
| AnimateWindow(...) is not working?? | burhankhan | Languages, Compilers and Interpreters | 3 | May 26, 2004 08:08 |