Helllo i am having a problem in 1 script <a href="#0" class="mtext" onclick="shide<?php echo $mxx; ?>(); return false;">Show/hide links and options for this image</a> i want to change this wat i wanna do is make it such a way that onclick="shide<?php echo $mxx; ?>(); is already started when page is loaded plz help
I believe you're after the onload parameter for the body tag. Something along the lines of: <body onload="shide<?php echo $mxx; ?>(); return false;"> instead of just the normal <body>.
Maybe before, I couldn't really tell you. Stupid question, but the code you gave right at the start: it was working where it was, right?
Then there's no reason why that shouldn't work. Open up the Javascript Console in Firefox and reload the page... that will give you any errors that occur.