RE: HTML Tags entered into Form Fields

2005-04-01 Thread CFDEV
You don't need to use any of this really.. I insert HTML code all the time in Access database just like that.. The only trick is when you want to edit that content in the form field you will have to replace the so it won't cause errors un the form.. Just use something like this :

RE: HTML Tags entered into Form Fields

2005-04-01 Thread Justin D. Scott
You don't need to use any of this really.. I insert HTML code all the time in Access database just like that.. The only trick is when you want to edit that content in the form field you will have to replace the so it won't cause errors un the form.. Just use something like this :

RE: HTML Tags entered into Form Fields

2005-04-01 Thread Justin D. Scott
So what I get confused about is exactly what to use on the add/update queries to get this into the database properly as perhaps I don't have a 100% grasp of HTMLEditFormat and HTMLCodeFormat and cfqueryparam, and then what I need to use again on the output statements so his image shows up

RE: HTML Tags entered into Form Fields

2005-04-01 Thread Brook Davies
Or use htmleditformat() which would do the same thing At 12:33 PM 4/1/2005, you wrote: You don't need to use any of this really.. I insert HTML code all the time in Access database just like that.. The only trick is when you want to edit that content in the form field you will have to replace

Re: HTML Tags entered into Form Fields

2005-04-01 Thread A K
I've got a client that's insisting on putting things like the below into a form field that should be text only. Here some text and an image to go with it IMG src=http://www.mysite.com/images/myPIC.jpg; alt=My Fat Pic and here's the rest of the sentence. I do, despite my objections, need to be