You probably need quotes to avoid a javascript error:
document.attrform.text1.value = "#evaluate(form.text1)#"

But why not just:
document.attrform.text1.value = "#form.text1#"

-- 
Regards: Ayudh

+--------------------------------------------------------------+
| Turn on your Revenue Stream...                               |
| Bolt on a Virtual Cash Register to your e-commerce site now. |
| VeriPay from Xilo Online: http://www.xilo.com                |
+--------------------------------------------------------------+

Balaji wrote:
> 
> Hi ,
> 
> I want to have something like this...
> 
> <script language="javascript">
> <cfoutput>
> document.attrform.text1.value = #evaluate(form.text1)#
> </cfoutput>
> </script>
> 
> Is this possible. ???
> 
> --Bal
> 
> ---
> You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to [EMAIL PROTECTED]
> 
> MX Downunder AsiaPac DevCon - http://mxdu.com/

---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/

Reply via email to