Re: Preventing a REFRESH

2004-05-26 Thread Jochem van Dieten
Robert Orlini wrote: > I know this was touched on before and I re-read the thread but did not find my answer. I need a way to prevent the browser's refresh from re-submitting info. Is there a way via CF or _javascript_? anyone have something already please? Use POST instead of GET as the request

RE: Preventing a REFRESH

2004-05-26 Thread Tangorre, Michael
> I know this was touched on before and I re-read the thread > but did not find my answer. I need a way to prevent the > browser's refresh from re-submitting info. Is there a way via > CF or _javascript_? anyone have something already please? Set a variable: session.ranAlready = "false" Check t