Hi folks

Migrating from cf9 to cf11

<cfscript>
    thread = CreateObject("java", "java.lang.Thread");
    thread.sleep(4000);
 </cfscript>

is now giving an error message  "invalid token" 

What should the syntax be. I simply want the page to pause while data is 
entered into a 
database.

Thanks
Rob


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359102
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to