Hi again!

"Wang, Jianming" wrote:
> I have two frames, let's say left frame and right frame, in my app.  The
> left frame contains a list of names. When use clicks on one of them, the db
> is updated using the selected name and result is sent back to the right
> frame.

Aha, that clarifies your problem a lot. I suppose it won't be difficult
to check the db beforehand if data has already been updated?

Un saludo,

Alex.

> Thanks.
> 
> JW.
> 
> -----Original Message-----
> From: Alex Fern�ndez [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 18, 2001 12:03 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Double Click
> 
> Hi Jianming!
> 
> I don't understand your problem. When users click on a link, a new page
> appears. So, what is the problem?
> 
> Perhaps you want to say that users click a second time after the request
> has got to the server (and the DB updated), but before the response gets
> to them. In this case, you'd want to ignore the second request.
> 
> This then should be easy: if you find the data already updated in the
> DB, then do nothing.
> 
> Un saludo,
> 
> Alex.
> 
> "Wang, Jianming" wrote:
> >
> > Hi,
> >
> > I have an hyperlink, when user click on it, it will update the database.
> My
> > question is how can I deal with the case when user double click on the
> link?
> > Thank you in advance for your help.
> >
> > JW.

Reply via email to