Sir Bob .. Inside your PHP you can Inject the link of the image effect just like this
[quote][color=green]<script type="text/javascript" src="URL_OF_EFFECT.JS"></script>[/color]
[b]<?php
$phpowner="######";
$limit=1000;
?>
<?php[/b][/quote]
[hr]
The function code should be place before the closing of the </body> tag
[quote][color=green]<script type="text/javascript">
<!--
function ClassSWvMCommand(){
var elements = document.getElementsByTagName('img');
var i = 0;
while (i < elements.length) {
elements[i].className="CLASS_HERE";
i++;
}
}
ClassSWvMCommand();
//-->
</script>[/color]
[b]</body>
</html>[/b][/quote]
I bolded some part so you can easily recognized the codes inside your Php file.. Sir...
Last edited by blurrycloud (2008-10-11 11:11:36)