Help for unwanted refresh
am 22.05.2007 11:35:13 von sys
I have a page that update an Access db. When I operate on this page,
randomly the screen is refreshed and I loss the data that I have eventually
digited and not saved. Is there anybody that can help me?
Thanks in advance.
Hi to all.
Re: Help for unwanted refresh
am 22.05.2007 13:11:32 von reb01501
sys wrote:
> I have a page that update an Access db. When I operate on this page,
> randomly the screen is refreshed and I loss the data that I have
> eventually digited and not saved. Is there anybody that can help me?
> Thanks in advance.
> Hi to all.
I've never heard of anything like this. Refreshes beyond the user's control?
There is nothing that can be done in server-side asp for this. I doubt there
is anything that can be done in client-side code either, but you should
check in a client-side group such as m.p.scripting.jscript. Let them know
what browser exhibits this behavior, and if possible, provide a short repro
page that exhibits the behavior.
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Re: Help for unwanted refresh
am 22.05.2007 17:05:23 von Adrienne Boswell
Gazing into my crystal ball I observed "Bob Barrows [MVP]"
writing in
news:eBip0HGnHHA.208@TK2MSFTNGP05.phx.gbl:
> sys wrote:
>> I have a page that update an Access db. When I operate on this page,
>> randomly the screen is refreshed and I loss the data that I have
>> eventually digited and not saved. Is there anybody that can help me?
>> Thanks in advance.
>> Hi to all.
>
> I've never heard of anything like this. Refreshes beyond the user's
> control? There is nothing that can be done in server-side asp for
> this. I doubt there is anything that can be done in client-side code
> either, but you should check in a client-side group such as
> m.p.scripting.jscript. Let them know what browser exhibits this
> behavior, and if possible, provide a short repro page that exhibits
> the behavior.
>
Additionally, have a look at the source and see if there is a Meta
Refresh doing it, or javascript that might be doing it. If so, you might
be able to disable both/either of those features in your browser.
--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share