[thelist] Quotes in a quoted event handler

Joshua Olson joshua at waetech.com
Mon Dec 29 16:06:39 CST 2003


----- Original Message ----- 
From: "Tab Alleman" <Tab.Alleman at MetroGuide.com>
Sent: Monday, December 29, 2003 4:56 PM


> <select size="1" name="s1" onChange="SetText('12', 'he said, "hi."');">

> And because of the quotes inside the onChange, I'm getting an
> unterminated string constant error.

Tab,

Have you tried:

<select size="1" name="s1" onChange="SetText('12', 'he said,
&quot;hi.&quot;');">

?

Best of luck,

<><><><><><><><><><>
Joshua Olson
Web Application Engineer
WAE Tech Inc.
http://www.waetech.com/service_areas/NC/
706.210.0168



More information about the thelist mailing list