RE: Preventing user from going back

2002-05-30 Thread Tony Carcieri
!--- Client side cache prevention --- meta http-equiv=Expires content=0 !--- Setup our expire times for Netscape and Internet Explorer --- cfoutput !--- Internet Explorer Date Formate: (Fri, 30 Oct 1998 14:19:41 GMT) --- cfset

Re: Preventing user from going back

2002-05-30 Thread Critz
oi Mark!! SCRIPT LANGUAGE=JavaScript TYPE=text/javascript !-- window.history.forward(); //-- /SCRIPT on the preceding page -- Critz Certified Adv. ColdFusion Developer Crit[s2k] - CF_ChannelOP Network=Efnet Channel=ColdFusion Thursday, May 30,

RE: Preventing user from going back

2002-05-30 Thread Cornillon, Matthieu
Mark, I've been wrestling with this issue myself lately. There is no direct and easy way that I've found. It depends largely on what the context is. For example, if you have a five-page registration procedure and don't want the user to go back using the browser buttons from 4 to 3, you can

Re: Preventing user from going back

2002-05-30 Thread Alex
What happens if I disable javascript? On Thu, 30 May 2002, Critz wrote: oi Mark!! SCRIPT LANGUAGE=JavaScript TYPE=text/javascript !-- window.history.forward(); //-- /SCRIPT on the preceding page -- Critz Certified Adv. ColdFusion Developer Crit[s2k] -

Re: Preventing user from going back

2002-05-30 Thread Jon Hall
- From: Alex [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, May 30, 2002 2:07 PM Subject: Re: Preventing user from going back What happens if I disable javascript? On Thu, 30 May 2002, Critz wrote: oi Mark!! SCRIPT LANGUAGE=JavaScript TYPE=text/javascript