Re: Converting Quotes in Javascript

This WebDNA talk-list message is from

2001


It keeps the original formatting.
numero = 38536
interpreted = N
texte = Clint, Try using single quotes in place of double quotes in your javascript list6array[1] = '40 Cue' list6source[1] = 'P0002' list6array[2] = '57 Cue' list6source[2] = 'P0003' This proably will work for you, I'm not able to grasp the situation of your program with this snippet. HTH Anup Setty ----- Original Message ----- From: Clint Davis To: WebCatalog Talk Sent: Monday, September 10, 2001 11:40 AM Subject: Re: Converting Quotes in Javascript > Thanks for the suggestion, Anup. > > I tried this, but my javascript is being used to generate a pulldown > menu. So, the code below puts the following into my pulldown: > > 40%22%20Cue > > Not very pretty. > > I can't believe this is turning out to be such a pain. Shouldn't this > be easier? > > > >Try using [URL] tag around the value > > > >list6array[1] = [url]40 Cue[/url] > > > >You can always UNURL them when you need to use it, > >I don't know if this helps to ease your situation. > >HTH > >Anup Setty > > > > > >----- Original Message ----- > >From: Clint Davis > >To: WebCatalog Talk > >Sent: Monday, September 10, 2001 10:33 AM > >Subject: Converting Quotes in Javascript > > > > > >> I'm storing several measurements in a database that include the > >> quote/inch mark (ex: 40 Cue). I'm pulling these product names from > >> the database to generate a javascript. When the JS encounters one of > >> the quote/inch marks, it assumes that the line is supposed to end and > >> script breaks. > >> > >> > >> list6array[1] = 40 Cue > >> list6source[1] = P0002 > >> list6array[2] = 57 Cue > >> list6source[2] = P0003 > >> > >> > >> needs to be... > >> > >> > >> list6array[1] = 40\ Cue > >> list6source[1] = P0002 > >> list6array[2] = 57\ Cue > >> list6source[2] = P0003 > >> > >> > >> > >> The archives said quote/inch marks are a big NO-NO in a custom > >> [convertchars] DB. > >> So, how can I convert the quote/inch mark to \ without using > >[convertchars]? > >> -- > >> _______________________ > >> > >> Clint Davis > >> Webmaster > >> Gray Loon Marketing Group > >> 812.422.9999 > >> > >> cdavis@grayloon.com > >> > >> ------------------------------------------------------------- > >> This message is sent to you because you are subscribed to > >> the mailing list . > >> To unsubscribe, E-mail to: > >> To switch to the DIGEST mode, E-mail to > > > >> Web Archive of this list is at: http://search.smithmicro.com/ > > > > > >------------------------------------------------------------- > >This message is sent to you because you are subscribed to > > the mailing list . > >To unsubscribe, E-mail to: > >To switch to the DIGEST mode, E-mail to > > > >Web Archive of this list is at: http://search.smithmicro.com/ > > > -- > _______________________ > > Clint Davis > Webmaster > Gray Loon Marketing Group > 812.422.9999 > > cdavis@grayloon.com > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > Web Archive of this list is at: http://search.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: Converting Quotes in Javascript (Anup Setty 2001)
  2. Re: Converting Quotes in Javascript (Bob Minor 2001)
  3. Re: Converting Quotes in Javascript (Clint Davis 2001)
  4. Re: Converting Quotes in Javascript (Christer Olsson 2001)
  5. Re: Converting Quotes in Javascript (Clint Davis 2001)
  6. Re: Converting Quotes in Javascript (Christer Olsson 2001)
  7. Re: Converting Quotes in Javascript (Clint Davis 2001)
  8. Re: Converting Quotes in Javascript (Clint Davis 2001)
  9. Re: Converting Quotes in Javascript (Christer Olsson 2001)
  10. Converting Quotes in Javascript (Clint Davis 2001)
  11. Re: Converting Quotes in Javascript (Anup Setty 2001)
Clint, Try using single quotes in place of double quotes in your javascript list6array[1] = '40 Cue' list6source[1] = 'P0002' list6array[2] = '57 Cue' list6source[2] = 'P0003' This proably will work for you, I'm not able to grasp the situation of your program with this snippet. HTH Anup Setty ----- Original Message ----- From: Clint Davis To: WebCatalog Talk Sent: Monday, September 10, 2001 11:40 AM Subject: Re: Converting Quotes in Javascript > Thanks for the suggestion, Anup. > > I tried this, but my javascript is being used to generate a pulldown > menu. So, the code below puts the following into my pulldown: > > 40%22%20Cue > > Not very pretty. > > I can't believe this is turning out to be such a pain. Shouldn't this > be easier? > > > >Try using [url] tag around the value > > > >list6array[1] = [url]40 Cue[/url] > > > >You can always UNURL them when you need to use it, > >I don't know if this helps to ease your situation. > >HTH > >Anup Setty > > > > > >----- Original Message ----- > >From: Clint Davis > >To: WebCatalog Talk > >Sent: Monday, September 10, 2001 10:33 AM > >Subject: Converting Quotes in Javascript > > > > > >> I'm storing several measurements in a database that include the > >> quote/inch mark (ex: 40 Cue). I'm pulling these product names from > >> the database to generate a javascript. When the JS encounters one of > >> the quote/inch marks, it assumes that the line is supposed to end and > >> script breaks. > >> > >> > >> list6array[1] = 40 Cue > >> list6source[1] = P0002 > >> list6array[2] = 57 Cue > >> list6source[2] = P0003 > >> > >> > >> needs to be... > >> > >> > >> list6array[1] = 40\ Cue > >> list6source[1] = P0002 > >> list6array[2] = 57\ Cue > >> list6source[2] = P0003 > >> > >> > >> > >> The archives said quote/inch marks are a big NO-NO in a custom > >> [convertchars] DB. > >> So, how can I convert the quote/inch mark to \ without using > >[convertchars]? > >> -- > >> _______________________ > >> > >> Clint Davis > >> Webmaster > >> Gray Loon Marketing Group > >> 812.422.9999 > >> > >> cdavis@grayloon.com > >> > >> ------------------------------------------------------------- > >> This message is sent to you because you are subscribed to > >> the mailing list . > >> To unsubscribe, E-mail to: > >> To switch to the DIGEST mode, E-mail to > > > >> Web Archive of this list is at: http://search.smithmicro.com/ > > > > > >------------------------------------------------------------- > >This message is sent to you because you are subscribed to > > the mailing list . > >To unsubscribe, E-mail to: > >To switch to the DIGEST mode, E-mail to > > > >Web Archive of this list is at: http://search.smithmicro.com/ > > > -- > _______________________ > > Clint Davis > Webmaster > Gray Loon Marketing Group > 812.422.9999 > > cdavis@grayloon.com > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > Web Archive of this list is at: http://search.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://search.smithmicro.com/ Anup Setty

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

Adding Shipping Costs based on percent of subtotal (1997) Shopping Cart variation... (1997) Signal Raised (1997) Username for Admin Group (1997) setting line item numbers (1998) WC2b12: Yes, Formulas.db is for real (1997) [WebDNA] two ideas for running a cluster of WebDNA servers (2019) Unknown error: OrderNotCreated (1997) [LOOKUP] (1997) Write Permissions with OSX and WebDNA 4.5 (2002) Encrypting WebDNA Templates (1999) append db wierdness (1999) Help formatting search results w/ table (1997) Beta version-Mac? (was Emailer update for Mac?) (1998) Possible Bug in 2.0b15.acgi (1997) Not reading code (1997) SKU lookup (1997) Using Currencies other than Dollars (1997) Emailer Set Up (1997) Using Cookie for client specific info? (1997)