|
QF hierselect: quotes and javascript?: msg#00395php.pear.general
I do not know whether this is a bug or a feature. Say I want to create a hierselect. One of the selects is passed a value pair ( "1" => "O'Reilly" ) The javascript will squeak because it fails to escape the quote: media_categ_8[1] = new Array('29', 'O'Reilly'); // produces a js error Of course I can not escape the string before passing the value to the select element the quote because the "O'Reilly" string will appear as the content node of an <option> tag: <option value="1">O\'Reilly</option> will not do. Tweaking the hierselect code is simple; I wonder, however, if I did not miss something more important. Thanks Ignatius -- PEAR General Mailing List (http://pear.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | QFC Not listening to my posted actions: 00395, Mike Carter |
|---|---|
| Next by Date: | Re: QF hierselect: quotes and javascript?: 00395, Bertrand Mansion |
| Previous by Thread: | QFC Not listening to my posted actionsi: 00395, Mike Carter |
| Next by Thread: | Re: QF hierselect: quotes and javascript?: 00395, Bertrand Mansion |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |