asma
Member
i already have a xen:callback that runs the function on page load. i want to add a link where the user clicks it to re run the function as many times as he likes
function loadMore()
{
echo "look a new line! <br/>";
}
then in my template
<a href="???">Magic!</a>
it will call the function
can this be done?
function loadMore()
{
echo "look a new line! <br/>";
}
then in my template
<a href="???">Magic!</a>
it will call the function
can this be done?