Hope anyone here could help me with my problem, I'm currently developing a site via Wordpress and I was able to load the button images properly but the thing is the Javascript isn't working. I did some research and found out that aside from callling the Javascript file on your head section you also need to put this code somewhere the PHP file you want to use the javascript to.
Code: Select all
<script type="text/javascript">
<!--
updatepage();
//--></script>
Please help me.
TIA.