HighDots Forums  

Re: Login Page keeps looping (ASP page)

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Re: Login Page keeps looping (ASP page) in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
cmbergin
 
Posts: n/a

Default Re: Login Page keeps looping (ASP page) - 07-16-2004 , 11:00 AM






They're probably just typing in the wrong password. From the looks of things,
default.asp is your login page. If the login fails, the user is returned to
default.asp with an error code of 1. Problem is, your page doesn't do anything
with that error code, so the login page would appear to be the same to the
user. I noticed your access denied URL is also default.asp, but with an error
code of 3.

Of course, if your login page is NOT default.asp, then I just made a fool of
myself.

Nonetheless, I don't think you posted all your code. The submit button's
onClick even calls the JS function checkSubmit(), which doesn't appear anywhere
in your code. Maybe there's something wrong there. Just guessing.


Reply With Quote
  #2  
Old   
sftwin
 
Posts: n/a

Default Re: Login Page keeps looping (ASP page) - 07-16-2004 , 12:30 PM






Oh, the error code messages are below. Like I mention...I took out several
codes because it wil be long of a post. These codes are irrelevant.

error=1
Sorry, either your Email or Password you enter were incorrect. Please try
again.
error=3
Please login before you enter this section. Thank you!

The JS script checks if anything is filled in the textbox. If not...an error
box will pop up if they push submit.

Anyhow...thanks everyone for looking into matter! I think it had something to
do with the browser security level. They user had to lower it and closed all
browser and enter the site again.


Reply With Quote
  #3  
Old   
Les Matthews
 
Posts: n/a

Default Re: Login Page keeps looping (ASP page) - 07-16-2004 , 01:07 PM



"sftwin" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
I think it had something to do with the browser security level. They user
had to lower it and closed >all browser and enter the site again.

Requiring users to lower their security settings is not a good thing.




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.