Hello, I know probably this question already solved, but I couldnt find msgs about.
I have page with two frames. frameA is built by frameA.php and frameB is built by frameB.php scripts. Into frameA is form variable named 'varA', frameA.formA.varA.value = 'ok' . I know PHP knows this variable as '$varA' when frameA.php executed. The problem is I need execute frameB.php and recover frameA varA value to decide some actions, BUT at PHP time, not at document time (since at document time I can recover via javascript). Is this possible? Thanks Mig -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php