Donutz Zone
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Show hide function

Go down

Show hide function Empty Show hide function

Post by Donutz Sat Nov 19, 2011 4:02 am

Show hide function

<script type="text/javascript">
<!--

function showhide(id) {
var e = document.getElementById(id);
if(e.style.display == 'none')
e.style.display = 'block';
else
e.style.display = 'none';
}
//-->
</script>

<a href="#" onclick="showhide('weak');" style="">show</a>
<div id="weak" style="display:none;etc">txt/img/obj</div>
Donutz
Donutz
Donutz-Zone Admin
Donutz-Zone Admin

Posts : 555
Points : 1456
Repute : 0
Join date : 2011-10-29
Age : 33
Location : C:/Program files/Donutz/Zone

https://dzone.forumotion.net

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum