RE: AW: Disabling Back Button in IE

2006-02-23 Thread George.Dinwiddie
t catch this as well but exactly catching > a specific key is more complicated especially as firefox and > ie behaviour differs in that case. > > Bjoern > > > -Ursprüngliche Nachricht- > > Von: Josh McDonald [mailto:[EMAIL PROTECTED] > > Gesendet: Mittwo

Re: AW: Disabling Back Button in IE

2006-02-22 Thread Josh McDonald
u might catch this as well but exactly catching a specific key is more complicated especially as firefox and ie behaviour differs in that case. Bjoern > -Ursprüngliche Nachricht- > Von: Josh McDonald [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 22. Februar 2006 06:42 >

Re: AW: Disabling Back Button in IE

2006-02-22 Thread Frank W. Zammetti
rn false; >> } >> } >> >> to your page and all keys pressing has no effect, except for text and >> textarea fields. So the only way >> still to get back ist pressing ALT-Leftarrow within a text or text area. >> You might catch this as well >> but exactly

AW: AW: Disabling Back Button in IE

2006-02-22 Thread Bernhard Slominski
ts Users Mailing List > Cc: user@struts.apache.org > Betreff: Re: AW: Disabling Back Button in IE > > > Doesn't stop me from clicking my mouse wheel, which is mapped > to Back :) > > Betreff: Re: Disabling Back Button in IE > >> > >> Can't (and shouldn&

Re: Disabling Back Button in IE

2006-02-22 Thread Michael Jouravlev
> Bjoern > > > -----Ursprüngliche Nachricht- > > Von: Josh McDonald [mailto:[EMAIL PROTECTED] > > Gesendet: Mittwoch, 22. Februar 2006 06:42 > > An: user@struts.apache.org > > Betreff: Re: Disabling Back Button in IE > > > > Can't (an

Re: AW: Disabling Back Button in IE

2006-02-22 Thread Frank W. Zammetti
c key is more complicated especially as > firefox and ie behaviour differs in > that case. > > Bjoern > >> -Ursprüngliche Nachricht- >> Von: Josh McDonald [mailto:[EMAIL PROTECTED] >> Gesendet: Mittwoch, 22. Februar 2006 06:42 >> An: user@struts.apache.org >

AW: Disabling Back Button in IE

2006-02-22 Thread Eickvonder Bjoern
rüngliche Nachricht- > Von: Josh McDonald [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 22. Februar 2006 06:42 > An: user@struts.apache.org > Betreff: Re: Disabling Back Button in IE > > Can't (and shouldn't) be done. The closest you're likely to > get i

RE: Disabling Back Button in IE

2006-02-21 Thread Shasirekha Engala
try using this in your jsp if you are in java platform history.forward(); -Original Message- From: vasumathi [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 22, 2006 10:49 AM To: user@struts.apache.org Subject: Disabling Back Button in IE Hi Anyone can tell how to disable the

Re: Disabling Back Button in IE

2006-02-21 Thread Josh McDonald
Can't (and shouldn't) be done. The closest you're likely to get it open your app in a popup window with no menu, though the user can still hit backspace. A better idea is to fix the (assumed) re-post issues in your application. -Josh -- "His comrades fought beside him, Van Owen and the rest.

Disabling Back Button in IE

2006-02-21 Thread vasumathi
Hi Anyone can tell how to disable the "Back" button in IE through our Code. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]