Eric Creese wrote:

> I have some apps that let's user input data intoa databases. Users ofter
> write a document in word then paste it's contents into a form field and
> submit to the website. Problem I am seeing are characters such as ', ",
> - from Word get inputed as bizare symbols so when the test is displayed
> on the web don't looks somethikes this don^^?'t.  any ideas

Found out what those characters ascii codes are, and replace them with
more acceptable substitutes using the Replace() function and the Chr()
function.

  - Rick
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to