Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8814257
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T04:04:18+00:00 2026-06-14T04:04:18+00:00

Passing form values to the asp page from a standard html form works, but

  • 0

Passing form values to the asp page from a standard html form works, but trying to pass them manually does not. Is this some oddity with ASP classic? To outline the situation, I have the following standard form:

<form name="login" id="login" method="post" action="login_process.asp">
<input name="userName" type="text" size="30" maxlength="100" />
<input name="password" type="password" size="30" maxlength="100" />
<input name="Submit" type="submit" class="btn" value="Login" />
</form>

On the receiving end (login_process.asp), I have this:

if Request.Form("Username") <> "" and Request.Form("Password") <> "" then
' do stuff here

Now the odd thing is that this form has been in place for years and actually works. But if I try passing values manually to login_process.asp the values never make it:

www.zzz.com/login_process.asp?username=some_user&password=some_password

I added some checks to login_process.asp to see if I could pull the vars from the submit before they were processed like so:

myUsername = request.form("Username")
myPassword = request.form("Password")
response.write "user=" & myUsername
response.write "pass=" & myPassword

and all I’m getting is

user=pass=

So obviously the data isn’t getting passed. But why? What am I overlooking? Passing form data is basic stuff so what gives?

Any insights appreciated!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T04:04:19+00:00Added an answer on June 14, 2026 at 4:04 am

    You are no longer using the form if you are passing them on the querystring, So Request.Form won’t work. You need to use Request.QueryString instead.

    More info here

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am passing values from a form to a processing page. There are more
what is the best practice or best way of passing form parameters from page
In ASP.net MVC: How should/Can I pass Form data (From the View) to the
I need value to be passing from ASP.NET page to JavaScript and then to
I'm trying to execute I have an html form in a page of this
When i am passing values from the one form(Form1) to other form(Form2) Via constructor
I'm passing expiry parameters with a form 'select' option. Works in all browsers except
I seem to have a problem passing some strings on from one form to
i have problem passing data from one page to another using GET, for example
I am trying to create a login form on my ASP.NET website. Currently, there's

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.