"Schleipp" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi everybody,
> I have created a webpage with two frames. One of this frames is a form
> in which the user can change some data, which you can see in the other
> frame. I want the latter frame being updated as soon as I send the form,
> which is changing the data, i.e. a "reload" of the frame containing the
> changed data. However, I do not know how to realize that with PHP. Does
> anybody have a suggestion?

<form action='evaluator.php' target='name_of_second_frame'>
    ...
</form>



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to