Re: YACBQ.....(Yet another checkbox question)

This WebDNA talk-list message is from

2000


It keeps the original formatting.
numero = 35739
interpreted = N
texte = I just ran into the same instance yesterday...Rather than spend a lot of time finding a work-around, I simply used a drop down list instead...of course you may not be able to do that. You can allow multiple selections, and the variable name has to pass with a pre-selected list item.> -----Original Message----- > From: WebCatalog Talk [mailto:WebDNA-Talk@talk.smithmicro.com]On > Behalf Of Will Starck > Sent: Friday, August 04, 2000 9:43 AM > To: WebCatalog Talk > Subject: Re: YACBQ.....(Yet another checkbox question) > > > Ummm....my question actually centered around an unchecked box not > returning > *anything* (not even its name) to the page in question. > > So, how can one make these comparisons work, if the variable name > isn't even > returned? > > Look at a test here -----> > > http://shop.novaderm.com/novastore/test/checkboxtester.tpl > > -- > Will Starck > Product and Technical Support > NovaDerm.com > http://www.novaderm.com > techs@novaderm.com > Toll free support line: 800-378-1740 > > > From: Aaron Lynch > > Reply-To: (WebCatalog Talk) > > Date: Thu, 03 Aug 2000 23:06:54 > > To: (WebCatalog Talk) > > Subject: Re: YACBQ.....(Yet another checkbox question) > > > > Your Honor; on 8/3/00 9:24 PM, the Defendant, Peter Ostry, confessed: > > > >> on 04.08.2000 5:47, Aaron Lynch at a.list@ninewire.com wrote: > >> > >>> if there is a checkbox, then [mycheckbox] becomes 'T' right? > >>> so, [raw][mycheckbox][/raw] doesn't equal 'T' > >>> > >>> if there is no variable named [mycheckbox] then when webcat > looks at that, > >>> it ends up with nothing and so just displays [mycheckbox] exactly. > >>> > >>> [raw][mycheckbox][/raw] essentially just makes the stuff inside [raw] > >>> display exactly as typed, so [mycheckbox]=[mycheckbox] > >>> > >>> Does that make sense? > >> > >> > >> Yes. > >> This behavior is not a matter of Webcat but of HTML. Not activated > >> checkboxes do not show up on following pages. Webcat gets no > information > >> from the form and if you write the variable name, this > variable is undefined > >> and therefore displayed as it is. > > > > Uhhhmmm Peter.... I wasn't asking, I was answering the > original question > > :) > > > > -Aaron > > > > > > ------------------------------------------------------------- > > 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/ > ------------------------------------------------------------- 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: YACBQ.....(Yet another checkbox question) (John Butler 2000)
  2. Re: YACBQ.....(Yet another checkbox question) (Rob Marquardt 2000)
  3. Re: YACBQ.....(Yet another checkbox question) (Bob Sneidar 2000)
  4. Re: YACBQ.....(Yet another checkbox question) (Peter Ostry 2000)
  5. Re: YACBQ.....(Yet another checkbox question) (Bob Sneidar 2000)
  6. Re: YACBQ.....(Yet another checkbox question) (John Peacock 2000)
  7. Re: YACBQ.....(Yet another checkbox question) (Bob Sneidar 2000)
  8. Re: YACBQ.....(Yet another checkbox question) (Joseph D'Andrea 2000)
  9. Re: YACBQ.....(Yet another checkbox question) (Kenneth Grome 2000)
  10. Re: YACBQ.....(Yet another checkbox question) (Joseph D'Andrea 2000)
  11. Re: YACBQ.....(Yet another checkbox question) (Peter Ostry 2000)
  12. Re: YACBQ.....(Yet another checkbox question) (Will Starck 2000)
  13. Re: YACBQ.....(Yet another checkbox question) (WebDNA Support 2000)
  14. Re: YACBQ.....(Yet another checkbox question) (Bob Minor 2000)
  15. Re: YACBQ.....(Yet another checkbox question) (John Peacock 2000)
  16. Re: YACBQ.....(Yet another checkbox question) (Paul Fowler 2000)
  17. Re: YACBQ.....(Yet another checkbox question) (Rob Marquardt 2000)
  18. Re: YACBQ.....(Yet another checkbox question) (Bob Sneidar 2000)
  19. Re: YACBQ.....(Yet another checkbox question) (Kenneth Grome 2000)
  20. Re: YACBQ.....(Yet another checkbox question) (Peter Ostry 2000)
  21. Re: YACBQ.....(Yet another checkbox question) (Aaron Lynch 2000)
  22. Re: YACBQ.....(Yet another checkbox question) (Peter Ostry 2000)
  23. Re: YACBQ.....(Yet another checkbox question) (Britt T. 2000)
  24. Re: YACBQ.....(Yet another checkbox question) (John Butler 2000)
  25. Re: YACBQ.....(Yet another checkbox question) (Anup Setty 2000)
  26. Re: YACBQ.....(Yet another checkbox question) (Kim Ingram 2000)
  27. Re: YACBQ.....(Yet another checkbox question) (Will Starck 2000)
  28. Re: YACBQ.....(Yet another checkbox question) (Peter Ostry 2000)
  29. Re: YACBQ.....(Yet another checkbox question) (Aaron Lynch 2000)
  30. Re: YACBQ.....(Yet another checkbox question) (Peter Ostry 2000)
  31. Re: YACBQ.....(Yet another checkbox question) (Kenneth Grome 2000)
  32. Re: YACBQ.....(Yet another checkbox question) (Aaron Lynch 2000)
  33. Re: YACBQ.....(Yet another checkbox question) (Bob Sneidar 2000)
  34. YACBQ.....(Yet another checkbox question) (Will Starck 2000)
I just ran into the same instance yesterday...Rather than spend a lot of time finding a work-around, I simply used a drop down list instead...of course you may not be able to do that. You can allow multiple selections, and the variable name has to pass with a pre-selected list item.> -----Original Message----- > From: WebCatalog Talk [mailto:WebDNA-Talk@talk.smithmicro.com]On > Behalf Of Will Starck > Sent: Friday, August 04, 2000 9:43 AM > To: WebCatalog Talk > Subject: Re: YACBQ.....(Yet another checkbox question) > > > Ummm....my question actually centered around an unchecked box not > returning > *anything* (not even its name) to the page in question. > > So, how can one make these comparisons work, if the variable name > isn't even > returned? > > Look at a test here -----> > > http://shop.novaderm.com/novastore/test/checkboxtester.tpl > > -- > Will Starck > Product and Technical Support > NovaDerm.com > http://www.novaderm.com > techs@novaderm.com > Toll free support line: 800-378-1740 > > > From: Aaron Lynch > > Reply-To: (WebCatalog Talk) > > Date: Thu, 03 Aug 2000 23:06:54 > > To: (WebCatalog Talk) > > Subject: Re: YACBQ.....(Yet another checkbox question) > > > > Your Honor; on 8/3/00 9:24 PM, the Defendant, Peter Ostry, confessed: > > > >> on 04.08.2000 5:47, Aaron Lynch at a.list@ninewire.com wrote: > >> > >>> if there is a checkbox, then [mycheckbox] becomes 'T' right? > >>> so, [raw][mycheckbox][/raw] doesn't equal 'T' > >>> > >>> if there is no variable named [mycheckbox] then when webcat > looks at that, > >>> it ends up with nothing and so just displays [mycheckbox] exactly. > >>> > >>> [raw][mycheckbox][/raw] essentially just makes the stuff inside [raw] > >>> display exactly as typed, so [mycheckbox]=[mycheckbox] > >>> > >>> Does that make sense? > >> > >> > >> Yes. > >> This behavior is not a matter of Webcat but of HTML. Not activated > >> checkboxes do not show up on following pages. Webcat gets no > information > >> from the form and if you write the variable name, this > variable is undefined > >> and therefore displayed as it is. > > > > Uhhhmmm Peter.... I wasn't asking, I was answering the > original question > > :) > > > > -Aaron > > > > > > ------------------------------------------------------------- > > 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/ > ------------------------------------------------------------- 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/ Kim Ingram

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:

Newbie questions (1999) Emailer again & again (1997) ShowNext truncating passed variable?? (1997) WebCatalog2 Feature Feedback (1996) no global [username] or [password] displayed ... (1997) PIXO (1997) Signal Raised error (1997) Web*SSL and WebCatalog (1997) Webstar 1.3.1 PPC (1997) WebCat2b13MacPlugIn - [shownext method=post] ??? (1997) WebCat2: Items xx to xx shown, etc. (1997) View Source from cache (1997) Problem (1997) WebCatalog 2.0 & WebDNA docs in HTML ... (1997) table max? (2001) [WriteFile] problems (1997) WebCat consulting $ (1998) [WebDNA] Escape an ampersand in [middle] (2009) Mac ticks v PC ticks... (2002) Not really WebCat (1997)