mr_lafond
12-28-2001, 12:11 AM
Has anybody had a problem sending data to backend script (PHP in my case) using getURL and target setting other than "_self" with "post"? When I use:
getURL("absoluteurl.php", "_blank","POST")
the data fails to reach the php script at all, but:
getURL("absoluteurl.php", "_self","POST")
works fine, and when tested through an html form with target="_blank" it also works fine. Basically, getURL has problems sending data to a new window using POST method and I wonder if anyone else here has seen this problem and, better yet, knows what to do about it.
getURL("absoluteurl.php", "_blank","POST")
the data fails to reach the php script at all, but:
getURL("absoluteurl.php", "_self","POST")
works fine, and when tested through an html form with target="_blank" it also works fine. Basically, getURL has problems sending data to a new window using POST method and I wonder if anyone else here has seen this problem and, better yet, knows what to do about it.