Re: Strange Form Occurrence on Log In Pages

This WebDNA talk-list message is from

2005


It keeps the original formatting.
numero = 60908
interpreted = N
texte = Eddie, What is [usku]? Couldn't you just use [cart]? Also, the meta refresh points to main.tpl, isn't your "home page" index.tpl? Marc Eddie Z wrote: > I'm not getting that problem. Here's the cookie page code: > > > > > > > > > > > > [setcookie name=ezcookie&value=[usku]&expires=Tuesday, 29-Nov-2011 23:23:23 > GMT&path=/&domain=www.ez1productions.com] > > > > > > on 2/1/05 1:06 PM, Marc Thompson at mthompson@media.utah.edu wrote: > > >>Here's the content of the cookie that your site set: >>www.ez1productions.com TRUE / FALSE 1322609003 ezcookie > > [usku] > >>Looks like the [usku] didn't get set properly... >> >>Marc >> >> >>Eddie Z wrote: >> >> >>>Iıve been having this problem now for about a year and a half. Iım usually >>>pretty good about breaking down the problem, but I have come up blank with >>>this one, mainly because I have been unable to duplicate the problem no >>>matter what platform/browser combination Iıve tried. >>> >>>Below is one of the problem pages (index.tpl). I have very similar code on >>>several different sites, and they all have had this problem at one time or >>>another. The page is a log in page with a form to itself. It requires an >>>e-mail address and password. If the correct combination isnıt used an error >>>will be displayed on page reload. If the correct info has been entered, it >>>takes the user to a set cookie page (sc.tpl). >>> >>>The symptom is, users are entering the two field and clicking the submit >>>button, but the page simply refreshes. The two text fields are empty, >>>thereıs no warning being generated and the browser doesnıt appear to try to >>>go to the sc.tpl page. To remedy this, I have sent users a direct link to >>>the sc.tpl page which then allows them to enter the site. This is bad >>>however since most users are not contacting me when this happens (I assume). >>> >>>I have spoken with several users when theyıve had this problem. The problem >>>isnıt consistent across platform or browser versions. One user has had the >>>problem on a couple of occasions and other times he gets in just fine. >>>Iım stumped and I donıt really have a way to test it because I canıt >>>duplicate the problem. So can someone try to duplicate the problem and help >>>me out, or can someone throw some ideas my way? >>> >>>Hereıs the link: http://www.ez1productions.com/ >>>E-mail: contact@thinksite.com >>>Pass: test >>> >>>I stripped the code below of the excess stuff, but I have ruled out the >>>possibility of javascript problems because one of my other pages that is >>>having the problem is just a blank page with a similar form on it. >>>Thanks, >>>Eddie Zelhofer >>>www.thinksite.com >>> >>>Code: >>> >>> >>>EZ1 Productions >>> >>> >>> >>>[math show=f]err=0[/math] >>>[math show=f]NFerr=0[/math] >>> >>>[showif [button]^Log] >>> [showif [email]=][math show=f]err=err+1[/math][/showif] >>> [hideif [email]^@][math show=f]err=err+1[/math][/hideif] >>> [hideif [email]^.][math show=f]err=err+1[/math][/hideif] >>> [showif [pass]=][math show=f]err=err+1[/math][/showif] >>> >>> [showif [err]>0] >>> [text show=f]wrn=Please enter a correctly formatted e-mail and >>>password.[/text] >>> [/showif] >>> >>> [showif [err]=0] >>> [showif [search >>>db=db/user.db&eqemaildatarq=[email]&eqpassdatarq=[pass]][numfound][/search]= >>>0] >>> [math show=f]NFerr=NFerr+1[/math] >>> [text show=f]wrn=This User Name/Password combination couldn't be >>>found in the database.[/text] >>> [/showif] >>> [showif [NFerr]=0] >>> [search >>>db=db/user.db&eqemaildatarq=[email]&eqpassdatarq=[pass]][founditems] >>> [redirect sc.tpl?usku=[usku]] >>> [/founditems][/search] >>> [/showif] >>> [/showif] >>>[/showif] >>> >>> >>>
>>> >>> [hideif [err]>0] >>> >>> >>> >>> [/hideif] >>> >>> [showif [err]>0] >>> >>> >>> >>> [/showif] >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>>
[showif >>>[wrn]^couldn't]This User Name/Password combination couldn't be found, please >>>try again.[/showif][hideif [wrn]^couldn't] [/hideif]
All info >>>must be filled out and e-mail address must be in correct format.
E-mail:>>name="email" value="[hideif >>>[email]=[raw][email][/raw]][email][/hideif]">
Password:>>name="pass">
>>name="button" value="Log In">
>>href="password.tpl">Forget Your Password?
>>> >>>
>>> >>> >>> >>> >>>------------------------------------------------------------- >>>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://webdna.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://webdna.smithmicro.com/ > > -- ------------------------------------------- Marc Thompson Software Engineer Office of Information Technology University of Utah 801.585.9264 marc.thompson@utah.edu ------------------------------------------- ------------------------------------------------------------- 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://webdna.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: Strange Form Occurrence on Log In Pages ( Gary Krockover 2005)
  2. Re: Strange Form Occurrence on Log In Pages ( Eddie Z 2005)
  3. Re: Strange Form Occurrence on Log In Pages ( Gary Krockover 2005)
  4. Re: Strange Form Occurrence on Log In Pages ( Eddie Z 2005)
  5. Re: Strange Form Occurrence on Log In Pages ( Marc Thompson 2005)
  6. Re: Strange Form Occurrence on Log In Pages ( Eddie Z 2005)
  7. Re: Strange Form Occurrence on Log In Pages ( Marc Thompson 2005)
  8. Re: Strange Form Occurrence on Log In Pages ( Eddie Z 2005)
  9. Re: Strange Form Occurrence on Log In Pages ( Marc Thompson 2005)
  10. Re: Strange Form Occurrence on Log In Pages ( Eddie Z 2005)
  11. Re: Strange Form Occurrence on Log In Pages ( Marc Thompson 2005)
  12. Strange Form Occurrence on Log In Pages ( Eddie Z 2005)
Eddie, What is [usku]? Couldn't you just use [cart]? Also, the meta refresh points to main.tpl, isn't your "home page" index.tpl? Marc Eddie Z wrote: > I'm not getting that problem. Here's the cookie page code: > > > > > > > > > > > > [setcookie name=ezcookie&value=[usku]&expires=Tuesday, 29-Nov-2011 23:23:23 > GMT&path=/&domain=www.ez1productions.com] > > > > > > on 2/1/05 1:06 PM, Marc Thompson at mthompson@media.utah.edu wrote: > > >>Here's the content of the cookie that your site set: >>www.ez1productions.com TRUE / FALSE 1322609003 ezcookie > > [usku] > >>Looks like the [usku] didn't get set properly... >> >>Marc >> >> >>Eddie Z wrote: >> >> >>>Iıve been having this problem now for about a year and a half. Iım usually >>>pretty good about breaking down the problem, but I have come up blank with >>>this one, mainly because I have been unable to duplicate the problem no >>>matter what platform/browser combination Iıve tried. >>> >>>Below is one of the problem pages (index.tpl). I have very similar code on >>>several different sites, and they all have had this problem at one time or >>>another. The page is a log in page with a form to itself. It requires an >>>e-mail address and password. If the correct combination isnıt used an error >>>will be displayed on page reload. If the correct info has been entered, it >>>takes the user to a set cookie page (sc.tpl). >>> >>>The symptom is, users are entering the two field and clicking the submit >>>button, but the page simply refreshes. The two text fields are empty, >>>thereıs no warning being generated and the browser doesnıt appear to try to >>>go to the sc.tpl page. To remedy this, I have sent users a direct link to >>>the sc.tpl page which then allows them to enter the site. This is bad >>>however since most users are not contacting me when this happens (I assume). >>> >>>I have spoken with several users when theyıve had this problem. The problem >>>isnıt consistent across platform or browser versions. One user has had the >>>problem on a couple of occasions and other times he gets in just fine. >>>Iım stumped and I donıt really have a way to test it because I canıt >>>duplicate the problem. So can someone try to duplicate the problem and help >>>me out, or can someone throw some ideas my way? >>> >>>Hereıs the link: http://www.ez1productions.com/ >>>E-mail: contact@thinksite.com >>>Pass: test >>> >>>I stripped the code below of the excess stuff, but I have ruled out the >>>possibility of javascript problems because one of my other pages that is >>>having the problem is just a blank page with a similar form on it. >>>Thanks, >>>Eddie Zelhofer >>>www.thinksite.com >>> >>>Code: >>> >>> >>>EZ1 Productions >>> >>> >>> >>>[math show=f]err=0[/math] >>>[math show=f]NFerr=0[/math] >>> >>>[showif [button]^Log] >>> [showif [email]=][math show=f]err=err+1[/math][/showif] >>> [hideif [email]^@][math show=f]err=err+1[/math][/hideif] >>> [hideif [email]^.][math show=f]err=err+1[/math][/hideif] >>> [showif [pass]=][math show=f]err=err+1[/math][/showif] >>> >>> [showif [err]>0] >>> [text show=f]wrn=Please enter a correctly formatted e-mail and >>>password.[/text] >>> [/showif] >>> >>> [showif [err]=0] >>> [showif [search >>>db=db/user.db&eqemaildatarq=[email]&eqpassdatarq=[pass]][numfound][/search]= >>>0] >>> [math show=f]NFerr=NFerr+1[/math] >>> [text show=f]wrn=This User Name/Password combination couldn't be >>>found in the database.[/text] >>> [/showif] >>> [showif [NFerr]=0] >>> [search >>>db=db/user.db&eqemaildatarq=[email]&eqpassdatarq=[pass]][founditems] >>> [redirect sc.tpl?usku=[usku]] >>> [/founditems][/search] >>> [/showif] >>> [/showif] >>>[/showif] >>> >>> >>>
>>> >>> [hideif [err]>0] >>> >>> >>> >>> [/hideif] >>> >>> [showif [err]>0] >>> >>> >>> >>> [/showif] >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>>
[showif >>>[wrn]^couldn't]This User Name/Password combination couldn't be found, please >>>try again.[/showif][hideif [wrn]^couldn't] [/hideif]
All info >>>must be filled out and e-mail address must be in correct format.
E-mail:>>name="email" value="[hideif >>>[email]=[raw][email][/raw]][email][/hideif]">
Password:>>name="pass">
>>name="button" value="Log In">
>>href="password.tpl">Forget Your Password?
>>> >>>
>>> >>> >>> >>> >>>------------------------------------------------------------- >>>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://webdna.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://webdna.smithmicro.com/ > > -- ------------------------------------------- Marc Thompson Software Engineer Office of Information Technology University of Utah 801.585.9264 marc.thompson@utah.edu ------------------------------------------- ------------------------------------------------------------- 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://webdna.smithmicro.com/ Marc Thompson

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:

Two submit buttons ? (1997) Using Plug-In while running 1.6.1 (1997) Cold Fusion Buster (1997) off topic fetch vs PCS photomaster (1997) Requiring that certain fields be completed (1997) All questions are welcome on this list (1997) Help! (2000) Webstar / WebCat - Persistent Setting (2003) Speed Optimization - Mac (1997) Bit off subject -- Faxing orders (1997) Only charge card when product shipped ? (1997) WebCat2b13MacPlugIn - [include] (1997) Country & Ship-to address & other fields ? (1997) Bug or syntax error on my part? (1997) emailer (1997) Changing price for a SLU based on options (size, etc.) (1997) WebCatalog and Dreamweaver (1999) WebCatalog vs. Cold Fusion (1998) Commitdatabase tag (1998) Referrer field to header field conversion (1997)