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

 All Forums
 Snitz Forums 2000 DEV-Group
 DEV Discussions (General)
 login from post.asp
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

GauravBhabu
Advanced Member

4288 Posts

Posted - 12 November 2002 :  09:07:34  Show Profile
When users try to login from post.asp using the login form under the top right navigation, it simply redirects to default.asp without completeing the login process.

Looking at the source code the value for action attribute of login form shows the following
<form action="/forum/post.asp" method="post" id="form1" name="form1">


This happens because the Querystring is missing from the url in the action attribute of form.


Following is part of the statement in inc_header.asp (Line 341), which results in the output above:
Response.Write	"        <form action=""" & Request.ServerVariables("URL") & """ ...


It could be resolved by adding the querystring to the url in the action attribute of form.


CSS and HTML4.01 Compilant Snitz Forum . ForumSquare . Rakesh Jain

It is difficult to IMPROVE on Perfection, There is no harm in Keep Trying.

Prayer Of Forgiveness
"I forgive all living beings. May all living beings forgive me!
I cherish the friendliness towards all and harbour enmity towards none." -- Aavashyaka Sutra(Translated)

Edited by - GauravBhabu on 12 November 2002 09:08:46
  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.18 seconds. Powered By: Snitz Forums 2000 Version 3.4.07