Thanks Rick but I found an other way 2 minutes ago
I added this under the <head>
<script type="text/javascript">
function blind1(){
Effect.toggle('id 1 here','BLIND'); return false;
}
function blind2(){
Effect.toggle('id 2 here','BLIND'); return false;
}
</script>
And loaded the functions onclick
<a href="#" onclick="blind1(); blindgr2;">Click Me</a>
Thanks again for your time
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---