Re: Disable back button

2000-06-01 Thread Piotr Wierzbicki

Hi,
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.

Regards,
Piotr

-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[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 to the previous web page.
thanx in advance.
with regards,
atul.

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



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 preventing the user from
> going back to the previous web page.
> thanx in advance.
> with regards,
> atul.
>
> ===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



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 unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



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() event to do forward to your present page...
  -> "history.forward();"

regards,
Yuthasak Buasuwan.

>Regards,
>Piotr
>
>-Original Message-
>From: A mailing list about Java Server Pages specification and reference
>[mailto:[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 to the previous web page.
>thanx in advance.
>with regards,
>atul.
>
>===


Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



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 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 unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: disable back button

2002-05-03 Thread Margaret Fisk

The best way I know of is to launch your application in another browser
window after login or launch. In that case the back button is disabled
because nothing came before.

Another way it to set up an automatic redirect so that when a user clicks
back, they get pushed forward again automatically. 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 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.
It is intended for the named recipient(s) only.
If you have received this email in error please notify the system manager or
the
sender immediately and do not disclose the contents to any one or make
copies.

** eSafe scanned this email for viruses, vandals and malicious content **

**

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



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 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.
It is intended for the named recipient(s) only.
If you have received this email in error please notify the system manager or
the
sender immediately and do not disclose the contents to any one or make
copies.

** eSafe scanned this email for viruses, vandals and malicious content **

**

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: disable back button

2002-05-03 Thread LUIS BARRERA

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]> wrote:
> The best way I know of is to launch your application
> in another browser
> window after login or launch. In that case the back
> button is disabled
> because nothing came before.
>
> Another way it to set up an automatic redirect so
> that when a user clicks
> back, they get pushed forward again automatically.
> 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 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.
> It is intended for the named recipient(s) only.
> If you have received this email in error please
> notify the system manager or
> the
> sender immediately and do not disclose the contents
> to any one or make
> copies.
>
> ** eSafe scanned this email for viruses, vandals and
> malicious content **
>

> **
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with
> body: "signoff
> JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body:
> "set JSP-INTEREST
> DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://archives.java.sun.com/jsp-interest.html
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.jsp
>  http://www.jguru.com/faq/index.jsp
>  http://www.jspinsider.com
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with
> body: "signoff JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body:
> "set JSP-INTEREST DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://archives.java.sun.com/jsp-interest.html
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.jsp
>  http://www.jguru.com/faq/index.jsp
>  http://www.jspinsider.com


__
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Re: disable back button

2002-05-03 Thread Peter Claesson (EUS)

Using javascript:

e.g.

var params = 
"location=no,status=no,toolbar=no,menubar=no,scrollbars=no,resizable=yes,width=200,height=300";
window.open( "http://www.yahoo.com";, "", params);

/Peter

-Original Message-
From: LUIS BARRERA [mailto:[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]> wrote:
> The best way I know of is to launch your application
> in another browser
> window after login or launch. In that case the back
> button is disabled
> because nothing came before.
>
> Another way it to set up an automatic redirect so
> that when a user clicks
> back, they get pushed forward again automatically.
> 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 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.
> It is intended for the named recipient(s) only.
> If you have received this email in error please
> notify the system manager or
> the
> sender immediately and do not disclose the contents
> to any one or make
> copies.
>
> ** eSafe scanned this email for viruses, vandals and
> malicious content **
>

> **
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with
> body: "signoff
> JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body:
> "set JSP-INTEREST
> DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://archives.java.sun.com/jsp-interest.html
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.jsp
>  http://www.jguru.com/faq/index.jsp
>  http://www.jspinsider.com
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with
> body: "signoff JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body:
> "set JSP-INTEREST DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://archives.java.sun.com/jsp-interest.html
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.jsp
>  http://www.jguru.com/faq/index.jsp
>  http://www.jspinsider.com


__
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com