-
PHP and Frames
Hi
i have a big problem...
i have a frameset with 3 Frames (Top, Main, left) - Standart Frames
in the Top Frame i have a php page with a form. This Page must load a other php page in the main Frame with the parameters which are feed in the form (topframe). But the php Page in TOP Frame must'n change.
My main Problem is to change the main Frame Content.
i hope someone can help me...
-
sounds like you need to use javascript to do that.
-
....
After 3 hours of trying... :confused:
i didn't notice that the form i used can be targeted to the main Frame. :eek:
<Form Action = "phppage2.php" Form Target = "mainFrame">
the phppage2 will have all variables which are named in the Form...
:rolleyes:
i tryed the whole time to open the page after i checked the values in phppage1... it is much easyer to check the values in phppage2
thx