This is a discussion on Re: [PHP] session_start() make netscape 4.7 reload page. within the PHP General forums, part of the PHP Programming Forums category; Jonathan Zhang wrote: >test.php >--> ><? >session_start(); >?> ><form> ><...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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 > > > |