![]() |
|
|
+ Search |
![]()
|
Feb 24th, 2008 19:46
dman, Hugo Besteiro, Humberto Costa, http://www.ttnr.org
//i don't know if is this but...
<?
$msg="hello world";
echo"<SCRIPT>
function alertX()
{
alert('$msg');
}
</SCRIPT>
<img src='ex.gif' onclick='alertX();'>";
?>