Hello:
I am working on a Trivia application that is timed to allow 30 seconds for
any one game. The issue we have run into is on a Mac, there is a clock for
each "window". On a MAC while playing our game the user can freeze the
window for capture print purposes and the clock in that window stops as
well. I was on the phone with a MAC user and he and I played a game using
this feature. We took 4.5 minutes to play and still had 30 seconds left on
our timer.
This is killing us as we currently have to exclude Mac users which is not
a viable solution. If anyone has nay information on this, please do share.
Thank you for your time.
Sincerely,
Denis J. Lanza
-----Original Message-----
From: Anthony.Vitiello@A... [mailto:Anthony.Vitiello@A...]
Sent: Thursday, February 21, 2002 10:33 AM
To: javascript
Subject: [javascript] Re: "Refresh" problem
You can simply reload the page using window.navigate after doing the
insert. This way, when you refresh the page, you are simply reloading a
the page again. Otherwise, a refresh will re-submit the data.
Nitin_Madhbushi@i... wrote:
>Hi All,
>
>We are using JSP's and servlets for our Application.
>
>In our application we have add, modify and delete functionality.
>once the text boxes are filled with values and add button is pressed, data
is inserted in to DB.
>the page is reloaded with the newly entered record in the table display and
empty the text boxes.
>My problem is
>If i refresh the page using Browser refresh button, i am getting a new
record inserted with the previous form value.
>Note: The records are inserted in sequence number basis,The record which we
are inserting doesnot form a part of primary key so it is getting inserting
without throwing primary key voilation
>
>Whenever we press the browser refresh button after performing add
operation,the same data is getting inserted again and again with new
sequence number
>
>Any solution for this problem?
>
>TIA,
>
>Nitin.
>
>P.S. Our application should work for all version of Netscape and IE.
>
>