Click to See Complete Forum and Search --> : Input type=text problem


val_s_meyer
06-09-2005, 09:37 PM
I'm loading text into an input field, but the text has a double quote in it. The double quote is closing my value parameter and screwing up the form. I'm sure there's an easy workaround to this, but I can't find one.

Thanks

Sample
<input tyep="text" value="text with quote(")" name="whatever">

NogDog
06-09-2005, 09:42 PM
<input type='text' value='text with "quotes"' name='whatever'>