hai,
you can modify your link as follows
<a href=javacript:; onclick="call function here"></a>
if you want to make xmlhttp request yopu can use Ajax library of prototype
example:
var url="index.php?mod=game";
new Ajax.Request(url,{parameters:params});
i think this should be fine..
Regards,
pradeep.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---