PDA

View Full Version : 2 class onclick?


andehlu
07-27-2005, 03:00 AM
<a href="#" onClick="this.style.display = 'none'; note1_button.style.display = 'all'">

Does anyone now how to make 2 calls (not functions) onclick? I think Im getting messed up in a syntax issue.... with the code above it only executes the first call....

thanks