hallo.
<script>
one=function(){
alert("one()");
}
two=function(){
alert("two()");
}
</script>
<a onclick="one(); two()" href="#">LINK</a>
lg. andreas
--
signatures eat bandwidth
signatures eat bandwidth
hallo.
<script>
one=function(){
alert("one()");
}
two=function(){
alert("two()");
}
</script>
<a onclick="one(); two()" href="#">LINK</a>
lg. andreas