Yes I have for the GET method something like this
function openWin() {
myWin= open("page.php?id=<? echo "$id&page=$page"; ?>","......
tried something along the lines of this to make it a little neater such as
$val = "page.php?id=" . $id . "&page=";
$val .= $page;
Tried POST with hidden form field....
The page works unless it is in the popup.
I think I am just missing something simple...
Still lost....been a few hours since I looked at it, maybe it will make sense now, but would still like to hear ideas.
Thanks,
Jim