RE: Trouble with CFLocation or something

2000-08-15 Thread Stephen Moretti
Hi Douglas, and then uses the cflocation to return to the EditEmployeeForm.cfm page. My problem is that upon returning to the EditEmployeeForm.cfm page the changes are not reflected (the old data appears). Checking the database shows that the changes have been made there. If I hit refresh

RE: Trouble with CFLocation or something

2000-08-15 Thread Daniel Kemp
I'm not using any session variables just passing a Emp_ID along in the url. I hope I have supplied enough explanation that someone is able to offer some advice. Just a quick check, if you're using IE goto Tools|Internet Options, then with the General Tab selected click on the "Settings..."

RE: Trouble with CFLocation or something

2000-08-15 Thread Kronenberger, Douglas
] 440-526-3030 x7776 -Original Message- From: Stephen Moretti [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 15, 2000 7:46 AM To: [EMAIL PROTECTED] Subject: RE: Trouble with CFLocation or something Hi Douglas, and then uses the cflocation to return to the EditEmployeeForm.cfm page. My

RE: Trouble with CFLocation or something

2000-08-15 Thread Stephen Moretti
Thanks for the confirmation and suggestions. Although I'm not familiar enough with javascirpt. How do you do a redirect with javascript. SCRIPT language="JavaScript" top.location='yourwebpage.cfm' /script This is just one example which loads your yourwebpage.cfm into the top level

Re: Trouble with CFLocation or something

2000-08-15 Thread Andrew
Thanks for the confirmation and suggestions. Although I'm not familiar enough with javascirpt. How do you do a redirect with javascript. SCRIPT language="JavaScript" top.location='yourwebpage.cfm' /script You may also want to look into the setTimeOut JavaScript function that can be