onedizzydevil
Programmer
Hello Folks:
I have a problem that needs a solution, I am using ASP, VBScript, JavaScript and a Microsoft Access database on the this project.
I use text boxes and text areas on some data entry pages in this application and I receive errors when I attempt to do most things with the data including INSERT INTO the database; some of the special characters such as a carraige return (ASC(13)), a line feed (ASC(10)), an apostrophe character (ASC(39)), and the parentheses characters (ASC(40), ASC(41)).
The characters need to be there when the data is returned back to the user(s) on a web page or when edited in another form, therefore what ever I do must be able to be undone or reversed during a display.
Thank you in advance for your help, I do greatly appreciate it.
Wayne Sellars
I have a problem that needs a solution, I am using ASP, VBScript, JavaScript and a Microsoft Access database on the this project.
I use text boxes and text areas on some data entry pages in this application and I receive errors when I attempt to do most things with the data including INSERT INTO the database; some of the special characters such as a carraige return (ASC(13)), a line feed (ASC(10)), an apostrophe character (ASC(39)), and the parentheses characters (ASC(40), ASC(41)).
The characters need to be there when the data is returned back to the user(s) on a web page or when edited in another form, therefore what ever I do must be able to be undone or reversed during a display.
Thank you in advance for your help, I do greatly appreciate it.
Wayne Sellars