>>>>I currently use #CGI.HTTP_REFERER# to see the last page my user came
>>from, is there a way to look back 2 pages?
>>
>>Thanks!
>>Jim Vosika
<<

I have never done this, but the javascript object model has a history object
which has the info you would need to know.  Something like
window.history.go(-2) would be back 2 pages, other history.properties that
might interest you are: current, length, next and previous; and
history.methods: back(), forward(), go().

HTH

-Craig

______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to