Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_php thread: Netscape Issue #947


Message #1 by "Michael Blake" <mblake@r...> on Fri, 9 Mar 2001 14:27:45
You have stumbled on an old NS bug. Resizing the window causes a reload. So
the form goes blank. You could write a JS function that fires on resize &
dumps the values of the form filled up so far as part of the search string,
and retrieves them onLoad, and fills up the form with these vals.

Make sure you use diferent names for the variables from what you have used
as form element names, coz PHP would then take them as input & process the
form!

-Srini


: Hello Freinds,
:
: I recently got a complaint that a user, using Netscape browser, fills in
: his info for a form, then if he resizes the window, the form goes blank.
: Does anybody know anything about this?
:
: Thanks,
: Michael

  Return to Index