ok. i am having trouble with this code:
<head>
<script type="text/javascript">
<!--
function switchPic(picID)
{
document.getElementById(picID).style.display="none";
}
//-->
</script>
</head>
<body>
<a href="" onclick="switchPic(_1)">Click Here</a>
</body>
when you click the link, it gets the id from the info provided in the link and makes it disappear (thats how its supposed to work). but it doesn't do that. i have seen the same code work on an different site.
thanks,
billy