A
Anita Meyer
Hallo,
I have the problem, that when I try to send form-data to an other frame,
this frame is not reloaded in ie.
This is what I do:
<form method="POST" enctype="multipart/form-data" action="top.php"
target="top">
After clicking the submit-button the data is sent, but the page top.php is
not reloaded (with ie, with mozilla it works fine).
When I click to the reload-button, the page with the $_POST-data is
displayed correctly.
What may I have done wrong?
I have the problem, that when I try to send form-data to an other frame,
this frame is not reloaded in ie.
This is what I do:
<form method="POST" enctype="multipart/form-data" action="top.php"
target="top">
After clicking the submit-button the data is sent, but the page top.php is
not reloaded (with ie, with mozilla it works fine).
When I click to the reload-button, the page with the $_POST-data is
displayed correctly.
What may I have done wrong?