RE: (ot) passing URL parameters

2011-01-07 Thread Stephens, Larry V
My issue was calling a page that sent me an Excel (actually a CSV) file with passed parameters via the URL. I was getting a page not found error *unless* I introduced an error (like changing the name of one of the URL variables). Then I would get an error page. My conclusion was that the page

Re: (ot) passing URL parameters

2011-01-06 Thread Mack
Most probably a caching issue, the 404 page is cached in the browser or an intermediate proxy. -- Mack ~| Order the Adobe Coldfusion Anthology now!

(ot) passing URL parameters

2011-01-05 Thread Stephens, Larry V
Not strictly CF but at least it's in a CF program... a href=AnotherPage.cfm?id=4duh=somethingdit=else In AnotherPage.cfm are references #URL.id#, etc. If everything (at least as far as the URL references) is correct, I get a page not found error. If I intentionally cause an error, say by