gondor: I-Frame-Problem

Beitrag lesen

Hallo!

Ich habe folgendes Problem.

Ich habe insg. 2 php seiten.

Seite 1 (index.php) enthält ein iframe:

...
<iframe src="web/test.php"></iframe>
...

Seite 2 (test.php) enthält ein Formular.

<form name="submit_form" action="index.php">
...
</form>

Meine Frage:

Wie kann ich alle $REQUEST-Informationen im i-Frame anzeigen lassen?
zur Zeit kann ich die Informationen 'nur' auf der index.php auswerten, gerauche diese aber auch im i-Frame...

Eine Lösung?

gondor(..)