Title: Message
This is a simple function of parsing the string before it's sent to the server.  You can do this with JavaScript.  Parsing strings is about the simplest thing there is in programming.  What does your code look like?
 
Mark

----- Original Message -----
From: Purav
Sent: Thursday, October 18, 2001 11:28 PM
Subject: Problem with double quotes

Hi Guys,
 
How do I handle double quotes in my application.
Suppose you have a textbox for accepting the Full Name of the user, and the user enters Purav " Parekh, then while retrieving the value from the database, the text displayed in the textbox is only Purav as the double quotes end the html tag.
IIS automatically converts double quotes to " , but not apache.
 
How do I take care of this. Is there any setting in the webserver or do I have to handle this thru code.
 
Please Help
 
Purav
 

Reply via email to