Re: [jQuery] textarea newline jquery form

2007-02-19 Thread CodeWizard
I've allready tried that, but the results are the same. I've changen the mysql db to use utf-8 Changed the html page And the ASP part Response.charset="utf-8" Shouldn't that do the trick... or do i need to change it somewhere else ? -- Regards Michael malsup wrote: > >> I'm having some probl

[jQuery] textarea newline jquery form

2007-02-19 Thread CodeWizard
Hi, I'm having some problems with the jquery form plugin. I'm taking input from a textarea and sending it to a mysql db with an ASP script. If I enter this text: Some Text It shows up in the db as: http://codewizards.dk/wierd.newline.gif If i send it without using javascript it works fine