Backtracking and multiple windows
Backtracking and multiple windows
- Subject: Backtracking and multiple windows
- From: email@hidden
- Date: Mon, 15 Mar 2004 15:03:54 +0100
Hi,
One of my apps has got a form which contains a lot of input fields.
Sometimes, one of my users presses the browser's backspace key when no field
is in focus, thus unitentionally causing the browser to jump to the previous
page. This is ordinarily not a problem as he can click on the browser
forward button to go back to the form, with all the values he has already
entered.
However, this app opens another window (by means of the '_new' value for the
'target' binding of hyperlinks). I have noticed that when the user has
opened another window (say an helper to complete the form, helper which is
now in the background), then pressing the backspace key and the forward
button does bring him back to the form, but loosing all the values he had
entered. That's an online examination app, and obviously, its quite annoying
to loose all the answers...
I don't know if its a bug on WO serveur-side caching of pages, or a client-
side caching problem...
As anybody faced this problem?
Thanks.
JPM
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.