Strange Form Occurrence on Log In Pages

This WebDNA talk-list message is from

2005


It keeps the original formatting.
numero = 60902
interpreted = N
texte = I=B9ve been having this problem now for about a year and a half. I=B9m 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=B9ve 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=B9t 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=B9s no warning being generated and the browser doesn=B9t 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=B9ve had this problem. The problem isn=B9t 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=B9m stumped and I don=B9t really have a way to test it because I can=B9t duplicate the problem. So can someone try to duplicate the problem and help me out, or can someone throw some ideas my way? Here=B9s 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=3Df]err=3D0[/math] [math show=3Df]NFerr=3D0[/math] [showif [button]^Log] [showif [email]=3D][math show=3Df]err=3Derr+1[/math][/showif] [hideif [email]^@][math show=3Df]err=3Derr+1[/math][/hideif] [hideif [email]^.][math show=3Df]err=3Derr+1[/math][/hideif] [showif [pass]=3D][math show=3Df]err=3Derr+1[/math][/showif] =20 [showif [err]>0] [text show=3Df]wrn=3DPlease enter a correctly formatted e-mail and password.[/text] [/showif] =20 [showif [err]=3D0] [showif [search db=3Ddb/user.db&eqemaildatarq=3D[email]&eqpassdatarq=3D[pass]][numfound][/search]= =3D 0] [math show=3Df]NFerr=3DNFerr+1[/math] [text show=3Df]wrn=3DThis User Name/Password combination couldn't b= e found in the database.[/text] [/showif] [showif [NFerr]=3D0] [search db=3Ddb/user.db&eqemaildatarq=3D[email]&eqpassdatarq=3D[pass]][founditems] [redirect sc.tpl?usku=3D[usku]] [/founditems][/search] [/showif] [/showif] [/showif]
[hideif [err]>0] [/hideif] [showif [err]>0] [/showif] =20 =20 =20 =20
[showif [wrn]^couldn't]This User Name/Password combination couldn't be found, pleas= e try again.[/showif][hideif [wrn]^couldn't] [/hideif]
All inf= o must be filled out and e-mail address must be in correct format.
E-mail:
Password:
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/ 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)
I=B9ve been having this problem now for about a year and a half. I=B9m 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=B9ve 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=B9t 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=B9s no warning being generated and the browser doesn=B9t 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=B9ve had this problem. The problem isn=B9t 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=B9m stumped and I don=B9t really have a way to test it because I can=B9t duplicate the problem. So can someone try to duplicate the problem and help me out, or can someone throw some ideas my way? Here=B9s 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=3Df]err=3D0[/math] [math show=3Df]NFerr=3D0[/math] [showif [button]^Log] [showif [email]=3D][math show=3Df]err=3Derr+1[/math][/showif] [hideif [email]^@][math show=3Df]err=3Derr+1[/math][/hideif] [hideif [email]^.][math show=3Df]err=3Derr+1[/math][/hideif] [showif [pass]=3D][math show=3Df]err=3Derr+1[/math][/showif] =20 [showif [err]>0] [text show=3Df]wrn=3DPlease enter a correctly formatted e-mail and password.[/text] [/showif] =20 [showif [err]=3D0] [showif [search db=3Ddb/user.db&eqemaildatarq=3D[email]&eqpassdatarq=3D[pass]][numfound][/search]= =3D 0] [math show=3Df]NFerr=3DNFerr+1[/math] [text show=3Df]wrn=3DThis User Name/Password combination couldn't b= e found in the database.[/text] [/showif] [showif [NFerr]=3D0] [search db=3Ddb/user.db&eqemaildatarq=3D[email]&eqpassdatarq=3D[pass]][founditems] [redirect sc.tpl?usku=3D[usku]] [/founditems][/search] [/showif] [/showif] [/showif]
[hideif [err]>0] [/hideif] [showif [err]>0] [/showif] =20 =20 =20 =20
[showif [wrn]^couldn't]This User Name/Password combination couldn't be found, pleas= e try again.[/showif][hideif [wrn]^couldn't] [/hideif]
All inf= o must be filled out and e-mail address must be in correct format.
E-mail:[raw][email][/raw]][email][/hideif]">
Password:
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/ Eddie Z

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:

problems with 2 tags (1997) Size limit for tmpl editor ? (1997) wc 2 pro users - sites, quotes wanted (1997) WebCat2b13MacPlugIn - [include] doesn't allow creator (1997) What are SMSI's upgrade policies? (2003) Calendar Snippet (1998) database size? (1997) pc (1997) WebCat2b13MacPlugIn - [include] (1997) Lookup command (1998) Configuring E-mail (1997) [WebDNA] Clean URLS job - will pay (2010) WebCat2.0 [format thousands .0f] no go (1997) E-Mailer (WebCatb15acgiMac) (1997) listfiles-looking for slick solution (1997) Credit Card Number Stripping Digit (1997) WebCommerce: Folder organization ? (1997) WebCat2 - Getting to the browser's username/password data (1997) access denied problem (1997) Secure server question (1997)