<input type="image" src="images/addlog.png" style="width:14px;" onclick="return popuplog('."$mynewdate1".');">
<input type="image" src="images/addlog.png" style="width:14px;" onclick="return popuplog(2012-08-19);">
function popuplog(str)
{alert(str);}
Quotes are not correct. If u can send me d complete PHP line with <input type="image" src="images/addlog.png" style="width:14px;" onclick="return popuplog('."$mynewdate1".');"> I can tell u which 1s to put where.
Rahul
> --
> Email to group : dbit-t...@googlegroups.com
> To unsubscribe, send email to
> dbit-techtal...@googlegroups.com
> Visit this group at
> http://groups.google.com/group/dbit-techtalk?hl=en
Arey the quotes are correct! This is the exact line!
Arey the quotes are correct! This is the exact line!
echo '<td style="background-color:#f4f4f4;"><input type="image" src="images/addlog.png" style="width:14px;" onclick="return popuplog('."$mynewdate1".');"></td>';
--