Can someone tell me how I can call this javascript to hide two divs (info1 and info2)? This works, but it looks cumbersome...
Sorry, I'm working in DW and don't know much about scripting...
<a href="javascript:;" onClick="MM_callJS('hide(\'info1\')');MM_callJS('hide(\'info2\')')">test</a>
Thanks!
Sorry, I'm working in DW and don't know much about scripting...
<a href="javascript:;" onClick="MM_callJS('hide(\'info1\')');MM_callJS('hide(\'info2\')')">test</a>
Thanks!