Hello
I have a window location call:
window.location.href="http://www.mysite/myfile.php?id=sTemp1";
where sTemp1 = a string that may be different for each call.
When I display the var in php, it displays'sTemp1 and not the value of sTemp1
How do I get the value?
Thanks.



Reply With Quote

Bookmarks