Heya Balaji,

Yep sure thats possible, but your syntax is strange...

You are evaluating the string in form.text1 as a cold fusion variable,
which is quite possible, but I suspect not exactly what you wanted to
do. Also you don't have the quotes around the string that javascript
requires.. try it like this:

<script language="javascript">
<cfoutput>
 document.attrform.text1.value = "#form.text1#";
</cfoutput>
</script>


Tuesday, March 18, 2003, 1:56:50 PM, you wrote:


B> Hi ,

B> I want to have something like this...

B> <script language="javascript">
B> <cfoutput>
B> document.attrform.text1.value = #evaluate(form.text1)#
B> </cfoutput>
B> </script>

B> Is this possible. ???

B> --Bal

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

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



-- 

-----------------------
Ryan Sabir
Newgency Pty Ltd
2a Broughton St
Paddington 2021
Sydney, Australia
Ph (02) 9331 2133
Fax (02) 9331 5199
Mobile: 0411 512 454
http://www.newgency.com/index.cfm?referer=rysig 


---
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