logo       

QF hierselect: quotes and javascript?: msg#00395

php.pear.general

Subject: QF hierselect: quotes and javascript?

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>
Google Custom Search

News | FAQ | advertise