RE: One page calls another

2001-03-06 Thread Parker, Kevin
t it right). + Kevin Parker Web Services Manager WorkCover Corporation [EMAIL PROTECTED] www.workcover.com p: +61 8 82332548 f: +61 8 82332000 m: 0418 800 287 + -Original Message----- From: Robert Long [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 6 March 2

RE: One page calls another

2001-03-05 Thread Robert Long
you could set some kind of variable (ie session, cookie, url, etc) that would only be set on page 1 and if it doesn't exist then cflocation them to page 1. Code example below. --Page 1--- cfset session.VisitedPage1 = 'Yes' -- Page 2 --- cfif NOT IsDefined("session.VisitedPage1")