Throws "Cannot evaluate" CF error. How do I pass a JavaScript created
variable (in alert) back to CF on the same page.
<script language="JavaScript">
<!--
function Overwrite()
{
var x=window.confirm("Skill levels have been
already assigned for this user. By clicking OK, you will *overwrite* all
existing skill assignments. Click CANCEL to use an existing profile of
this user.");
if (x)
return 1;
else
return 0;
}
// -->
</script>
<cfoutput>#Overwrite()#</cfoutput> <!--- Throws an error --->
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.