weet iemand mischien waarom dit niet werkt?
het doet helemaal niets. terwijl hij 1 of 2 weer moet geven. (als het goed is)
<script language="javascript">
function ShowHide(num)
{
var thisForm = document.getElementById(num);
if (thisForm == "1")
{
Show_Form = "1";
}
else
{
Show_Form = "2";
}
}
</script>
============
<a href="javascript:ShowHide('1');">Artist</a>
============
<span id="Show_Form"> </span>
1.325 views