Re: disable back button

2002-05-03 Thread Peter Claesson (EUS)
EMAIL PROTECTED]] Sent: Friday, May 03, 2002 6:11 PM To: [EMAIL PROTECTED] Subject: Re: disable back button Adding to the original question, How do those pop-up windows open a new browser instance which does not contain any toolbars?. Thanks Luis --- Margaret Fisk <[EMAIL PROTECTED]> w

Re: disable back button

2002-05-03 Thread LUIS BARRERA
dly or selecting a previous > page from the drop-down. > > -Original Message- > From: Eric Cho [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 03, 2002 1:39 PM > To: [EMAIL PROTECTED] > Subject: disable back button > > > Hey all, > > Is there any way via jsp

Re: disable back button

2002-05-03 Thread David Hyne
Meta tag with cache expires in history, with no-cache. -Original Message- From: Eric Cho [mailto:[EMAIL PROTECTED]] Sent: Friday, May 03, 2002 1:39 PM To: [EMAIL PROTECTED] Subject: disable back button Hey all, Is there any way via jsp or any

Re: disable back button

2002-05-03 Thread Margaret Fisk
. They can still get out by clicking back twice rapidly or selecting a previous page from the drop-down. -Original Message- From: Eric Cho [mailto:[EMAIL PROTECTED]] Sent: Friday, May 03, 2002 1:39 PM To: [EMAIL PROTECTED] Subject: disable back button Hey all, Is there any way via jsp or

disable back button

2002-05-03 Thread Eric Cho
Hey all, Is there any way via jsp or any other method you can think of to disable the back button on the browsers?!?! Thanks, Eric ** The contents of this email and any attachments are confidential

Re: Disable back button

2000-06-02 Thread alok
Hi Mayuresh, But what was specifically asked was how to disable back button of the browser and not how to return to the previous document using the history object.That feature is not available you can check out the DOMs. Alok. Mayuresh S Kadu wrote: > yep ... they do. Atleast in Javascr

Re: Disable back button

2000-06-02 Thread Yuthasak Buasuwan
Hi all, >As I recall this issue has been discussed several times on this forum, with >general agreement that it's impossible. But you can trace this back in the >archives. > I am new here. yes, you can't disable Back button. but you can use javascript in Form::unload()

Re: Disable back button

2000-06-02 Thread Mayuresh S Kadu
yep ... they do. Atleast in Javascript. document.history.go(-1); > Presently Netscape and Microsoft DOMs do not offer the facility to access > back button .It is expected to be implemented in future versions. > === To

Re: Disable back button

2000-06-01 Thread alok
Presently Netscape and Microsoft DOMs do not offer the facility to access back button .It is expected to be implemented in future versions. Atul Purushan wrote: > Hi all, > is there any way of disabling the back button of the browser using any > facility in javascript,jsp or servlets and thereby

Re: Disable back button

2000-06-01 Thread Piotr Wierzbicki
EMAIL PROTECTED]]On Behalf Of Atul Purushan Sent: Thursday, June 01, 2000 4:32 To: [EMAIL PROTECTED] Subject: Disable back button Hi all, is there any way of disabling the back button of the browser using any facility in javascript,jsp or servlets and thereby preventing the user from going back t

Disable back button

2000-06-01 Thread Atul Purushan
Hi all, is there any way of disabling the back button of the browser using any facility in javascript,jsp or servlets and thereby preventing the user from going back to the previous web page. thanx in advance. with regards, atul. ===