Re: vars

This WebDNA talk-list message is from

2000


It keeps the original formatting.
numero = 35463
interpreted = N
texte = Comments below:Marc wrote: > > I'm running webcat 4.0.2 webstar 4.2 > > 1. Does any one know a way to stop browsers from cashing templates. My > sku=[date][time] are not getting the correct date and time when a user > rehits the same template. Somehow the same value reappears even though > time has passed. Might be a cashing problem which brings me to question.Don't re-engineer [cart]! [cart] will produce a guaranteed unique string no matter how many hits you get in a given second; [date][time] will not.There are many messages in the history regarding defeating the browser cache (note spelling). Once suggestion was to add these lines to every page:[SETMIMEHEADER name=Pragma&value=no-cache] [SETMIMEHEADER name=Expires&value=Thu, 01 Dec 1994 16:00:00 GMT] [SETMIMEHEADER name=Cache-Control&value=max-age=0]> > 2. I just downloaded microsoft internet explorer 5.0 for macintosh and > found that all my formvariables disapear if I hit reload on any given > template. Not only do the form variables get erased but I get > [var1],[var2] everwhere there should be a value. Very frustrating.IE is known for fouling up form variables. Not much we can do; I wish I could simply state that my sites do not support IE (or AOL), but the market would not be kind to my sites ;~(> > I also noticed that [BROWSERNAME] returns Mozilla for both netscape and > explorer on the when I use both browsers to test the site.That is because M$oft lies and claims to be a form of Mozilla for all version of IE. In fact AOL using IE also claims to be Mozilla. That is probably the main reason that SMSI is no longer supporting the Browser Info.txt file.> > -- > Marc Malacarme > Lauren Stomel Advertising > 1-310-451-5114John Peacock------------------------------------------------------------- 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. [WebDNA] scope for vars passed in includes (Donovan Brooke 2015)
  2. Re: [WebDNA] naming math vars in v.7 (christophe.billiottet@webdna.us 2010)
  3. Re: [WebDNA] naming math vars in v.7 (Govinda 2010)
  4. Re: [WebDNA] naming math vars in v.7 (christophe.billiottet@webdna.us 2010)
  5. [WebDNA] naming math vars in v.7 (Govinda 2010)
  6. RE: [WebDNA] XML vars from Flash ("Terry Nair" 2009)
  7. [WebDNA] XML vars from Flash ("Diane Blackmore (Cohesion)" 2009)
  8. Re: [WebDNA] rules for naming [math] and [text] vars (Govinda 2008)
  9. Re: [WebDNA] rules for naming [math] and [text] vars (Terry Wilson 2008)
  10. [WebDNA] rules for naming [math] and [text] vars (Govinda 2008)
  11. Re: WebDNA vars parsed in FLASH (ActionScript) ( Donovan Brooke 2004)
  12. Re: WebDNA vars parsed in FLASH (ActionScript) ( "Allen Frye" 2004)
  13. Re: WebDNA vars parsed in FLASH (ActionScript) ( Donovan Brooke 2004)
  14. Re: WebDNA vars parsed in FLASH (ActionScript) ( "Erol Guneri" 2004)
  15. WebDNA vars parsed in FLASH (ActionScript) ( Donovan Brooke 2004)
  16. Re: Setting vars in a text file..... ( Alan White 2004)
  17. Re: Setting vars in a text file..... ( "Nitai @ ComputerOil" 2004)
  18. Re: Setting vars in a text file..... ( Alan White 2004)
  19. Re: Setting vars in a text file..... ( "Nitai @ ComputerOil" 2004)
  20. Re: Setting vars in a text file..... ( Alan White 2004)
  21. Re: Setting vars in a text file..... ( "Nitai @ ComputerOil" 2004)
  22. Setting vars in a text file..... ( Alan White 2004)
  23. Re: redirect not passing vars ( Kenneth Grome 2004)
  24. Re: redirect not passing vars ( Donovan Brooke 2004)
  25. Re: redirect not passing vars ( Kenneth Grome 2004)
  26. Re: redirect not passing vars ( Alan White 2004)
  27. Re: redirect not passing vars ( Donovan Brooke 2004)
  28. Re: redirect not passing vars ( Alan White 2004)
  29. Re: redirect not passing vars ( Alan White 2004)
  30. Re: redirect not passing vars ( Pat Holliday 2004)
  31. redirect not passing vars ( Alan White 2004)
  32. Orderfile Vars ( Donovan 2003)
  33. Re: Passing WebCat Vars with Javascript (John Butler 2000)
  34. Re: Passing WebCat Vars with Javascript (John Butler 2000)
  35. Re: vars (Glenn Busbin 2000)
  36. Re: vars (Stuart Tremain 2000)
  37. Re: vars (Marc 2000)
  38. Re: vars (Glenn Busbin 2000)
  39. Re: vars (Marc 2000)
  40. Re: vars (John Peacock 2000)
  41. Re: vars (Glenn Busbin 2000)
  42. vars (Marc 2000)
  43. Re: Passing WebCat Vars with Javascript (Brian Wachter 2000)
  44. Re: Passing WebCat Vars with Javascript (Jason Tyler 2000)
  45. Passing WebCat Vars with Javascript (Brian Wachter 2000)
  46. Re: insecuretextvars preference doesn't work (John Peacock 2000)
  47. Re: insecuretextvars preference doesn't work (John Butler 2000)
  48. Re: insecuretextvars preference doesn't work (Kenneth Grome 2000)
  49. Re: insecuretextvars preference doesn't work (Alex McCombie 2000)
  50. Re: insecuretextvars preference doesn't work (GHulbert@smithmicro.com 2000)
  51. Re: insecuretextvars preference doesn't work (Kenneth Grome 2000)
  52. Re: insecuretextvars preference doesn't work (GHulbert@smithmicro.com 2000)
  53. Re: insecuretextvars preference doesn't work (Kenneth Grome 2000)
  54. Re: insecuretextvars preference doesn't work (GHulbert@smithmicro.com 2000)
  55. insecuretextvars preference doesn't work (Kenneth Grome 2000)
  56. Formvars in a formula? (Kenneth Grome 2000)
  57. Re: formvars available in formulas.db? (John Butler 2000)
  58. formvars available in formulas.db? (John Butler 2000)
Comments below:Marc wrote: > > I'm running webcat 4.0.2 webstar 4.2 > > 1. Does any one know a way to stop browsers from cashing templates. My > sku=[date][time] are not getting the correct date and time when a user > rehits the same template. Somehow the same value reappears even though > time has passed. Might be a cashing problem which brings me to question.Don't re-engineer [cart]! [cart] will produce a guaranteed unique string no matter how many hits you get in a given second; [date][time] will not.There are many messages in the history regarding defeating the browser cache (note spelling). Once suggestion was to add these lines to every page:[SETMIMEHEADER name=Pragma&value=no-cache] [SETMIMEHEADER name=Expires&value=Thu, 01 Dec 1994 16:00:00 GMT] [SETMIMEHEADER name=Cache-Control&value=max-age=0]> > 2. I just downloaded microsoft internet explorer 5.0 for macintosh and > found that all my formvariables disapear if I hit reload on any given > template. Not only do the form variables get erased but I get > [var1],[var2] everwhere there should be a value. Very frustrating.IE is known for fouling up form variables. Not much we can do; I wish I could simply state that my sites do not support IE (or AOL), but the market would not be kind to my sites ;~(> > I also noticed that [browsername] returns Mozilla for both netscape and > explorer on the when I use both browsers to test the site.That is because M$oft lies and claims to be a form of Mozilla for all version of IE. In fact AOL using IE also claims to be Mozilla. That is probably the main reason that SMSI is no longer supporting the Browser Info.txt file.> > -- > Marc Malacarme > Lauren Stomel Advertising > 1-310-451-5114John Peacock------------------------------------------------------------- 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/ John Peacock

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:

Oh yes, it's Encrypt and Decrypt again (2005) Re:quit command on NT (1997) Interesting speed comparison .. (2003) SendMail - Idea (2000) quit command on NT (1997) [delete] problem (1997) [WebDNA] Suggested Platform (2013) File Uploads... (1997) WCS Newbie question (1997) Re:Emailer and encryption (1997) all records returned. (1997) Exclamation point (1997) WebTen and WebCat (1997) WebCommerce: Folder organization ? (1997) Date format (2000) Chat Area (2000) INVENTORY:remotely creating and populating a stock inventory db - almost there! (1999) target=_blank and form variables (1997) Re:no template caching (1997) Applying discounts as more items are added... (1997)