Click to See Complete Forum and Search --> : Quotations


Code One
04-10-2003, 08:56 PM
<a onClick="insertTag ( 'tsttxt', 'quotations here', false )">


Hello I would like to place quotation marks were it says 'quotations here', but when I do the script wont work, how would I go about doing such a thing?


Thanks

Code One

pyro
04-10-2003, 09:24 PM
Use a \ to void them out. Like this:

<a onClick="insertTag ( 'tsttxt', '\"Hello\"', false )">