Javascript Onclick -Please Help

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
azri_bech
Forum Newbie
Posts: 14
Joined: Fri Aug 07, 2009 11:15 pm

Javascript Onclick -Please Help

Post by azri_bech »

How to add javascript onclick in php display image? Please Help me:

echo "<td><img src='".TOP_URL."{$r["rel_fpath"]}' title='{$r["title"]}'/>''<br>{$r["mesg"]}</td>";
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Javascript Onclick -Please Help

Post by requinix »

What's supposed to happen when the user clicks it?
Post Reply