Hi every one
I need help in passing a value through a variable to next page
echo "<html>
<head>
<script language='JavaScript'><!--
function clicked(a)
{
window.location.href='msg.php?val=a';
}
// --></script>
</head>";
when I click on the image in my msg board it directs to msg .php but I can't pass value of a it shows a in the next page but not the value.
please help will really appriciate