That's fine it works, thanks.

However I wonder if you help me here as well. Basically what I am doing
is

Value="#myVar#"

And my var is coming from DB with value 

I am text with " inverted commas.

Now if I would be able to make a list with delimiter of " then I can
loop and just stick &quote; between each item of list. But doing that I
need to change delimiter of list from " to , 

ListChangeDelims(myList,",","&quot") 

but it doesn't work. Probably CF doesn't recognise &quot and 
ListChangeDelims(myList,",",""")  gives error right away.

Any help????
Shaz




-----Original Message-----
From: Ryan Kime [mailto:[EMAIL PROTECTED] 
Sent: 01 April 2003 16:20
To: CF-Talk
Subject: RE: HTML Prob


How about using " ???

-----Original Message-----
From: Shahzad.Butt [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 01, 2003 9:10 AM
To: CF-Talk
Subject: HTML Prob


How can I display text with " in value of input tag

<Input type="text" name="test" value="this is test with " inverted
commas">

What I am getting is text between first two inverted commas I mean 

Result: this is test with

but I want complete results

Required Result: this is test with " inverted commas

I guess there should be something in CF or HTML to get it working?

Thanks,

Shaz


!"[EMAIL PROTECTED]@APOLLO"!



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to