This is the best website I know: www.espaņaescultura.es
The changing images on their homepage! Is that PHP (loop) or JavaScript? Is it very difficult to design that?
I don´t understand it! Do I have to use JavaScript with this plug-in? Im a starter, so might this be too difficult for me? And can I use this plug in on my Mac?
I need to use php to determine whether or not to call the function and to pass it arguments. This is what I tried:
php:
echo "<Script language='javascript'>";
echo "youwin(".count.");";
echo "</Script>";
The javascript function is:
function youwin(num)
{
alert("You win!! You are the "+num+"th winner");
return true;
}
For some reason the javascript function is not being executed. Any advice?
Thanks!
Bookmarks