Here is the command I'm trying to use, but wont work. How else can I acomplish
this without referring to a different page?
<meta http-equiv="refresh"
content="2;URL=edittest1.cfm?ServiceCallID=#servicecallid#">
alexreyenga - 01 Jun 2005 00:51 GMT
It looks like I figured out a way to do it. It seems not so advanced after all.
I guess I should have posted this topic in the Dynamic HTML forum. Now I know.
Here's what I did..I replaced the meta tag with this:
<cfset servicecallurl = "edittest1.cfm?ServiceCallID=#servicecallid#">
<cflocation url="#servicecallurl#">