Thank for the answer
>
> <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});
>
What is meaning of "call function here" can you make a 1 example...
are in this example
> <a href=javacript:; onclick="game"></a> or
> <a href=javacript:; onclick=""index.php?mod=game"></a>
Thaks...
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---