Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 Login bad redirect
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

rouxjean
Starting Member

10 Posts

Posted - 23 February 2004 :  10:40:30  Show Profile
Hi !

If you are not logged, and try to reply to a post, you have 2 fields so you can enter username, pass & post at the same time. My problem is if you try to log from the upper header login section, it will redirect you to default.asp, which is in my opinion wrong. It should log you on and redirect you to the reply page you were before (without those 2 login fields thatwere previously there - but that i'll do).

I've found that on line 50 of the post.asp page, there is this condition responsible for all this :


if Request.QueryString("method") <> "" then
	strRqMethod = chkString(Request.QueryString  
        "method"), "SQLString")
else
	Response.Redirect("default.asp")<----HERE
end if


Now, the login page submits itself to :

<form action="/forum2/forum/post.asp" method="post" id="form1" name="form1">


So i thought that would be the problem since the querystring dont have any method in it....but other pages that worked submitted themselves with an empty method-querystring as well !!

Anyone knows how to solve this ???

Thanks

HuwR
Forum Admin

United Kingdom
20595 Posts

Posted - 23 February 2004 :  10:50:54  Show Profile  Visit HuwR's Homepage
please try using the search, your question has been answered many times already
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.38 seconds. Powered By: Snitz Forums 2000 Version 3.4.07