Jonathan Zhang wrote:

test.php
-->
<?
session_start();
?>
<form>
<input type="text" name="test">
</form>

For Win2kpro+netscape 4.7,all form data you enter in this page will lost
when resize the browser's window size, ns4.7 have reload this page when
resize the window.
But if you remove the session_start() from this page, the issue will not
exist.


I use Win2kpro+netscape 7.1, resizing the window can keep the input data. I don't have netscape 4.7 installed, so can not test it. Perhaps there is some bug in it. You may update Netscape to 7.1 for a lasy solution.

Best

Bao

Is there any solution for it?

thanks,
Jonathan Zhang




-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to