do this if you haven't done so
copy
/cfide/scripts directory to the web root.
Main Topics
Browse All TopicsHere is the form Code:
<cfform action="test1.cfm?go=" method="POST" name="form1" preservedata="Yes">
<cfinput type="Text" name="tfirstname" message="You must enter your First Name!" required="Yes" visible="Yes" enabled="Yes">
<cfinput type="Submit" name="Next" value="Next" visible="Yes" enabled="Yes">
</cfform>
Here is the error being thrown in the browser.
Error: _CF_hasValue is not defined
Source File: http://www.Domain.com/test
Line: 19
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I would suggest you actually create a virtual directory called cfide to c:\inetpub\wwwroot\cfide
This would be better than copying the directory because when you apply CF updates to your server it wont update the files you copied from c:\inetpub\wwwroot\cfide. Using a virtual directory will ensure your files are always the latest version from the CF Server.
You would have to add it to each website, I am not sure if you can do system wide virtual directories in IIS - that would be a question for the experts at http://www.experts-exchang
Business Accounts
Answer for Membership
by: adonis1976Posted on 2006-01-14 at 12:42:49ID: 15701726
you need to copy the scripts directory to the webroot..