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.

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