hey guys.
why this doesn't work, i would be glad if u helped.
<script type="text/javascript">
function boja(par)
{
switch (par)
{
case "in":
document.getElementById("person").style.backgroundColor='yellow';
case "out":
document.getElementById("person").style.backgroundColor='lightblue';
}
}
</script>
Bookmarks