Posted by Henk van Winkoop on 11/20/34 11:26
Hello,
My test.html file contains:
<body Onload="InFrame.location.href='MyPhpFile.php?MyVal=55'">
My 'MyPhpFile.php' contains:
<? echo "Value = $MyVal"; ?>
now I expect to show: 'Value = 55'
but it says: 'Value ='
How do I pass the value defined in '<body Onload...' to my .php file?
thanks
Henk
Navigation:
[Reply to this message]
|