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

  • Home
  • SEARCH
  • 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 568035
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T13:08:48+00:00 2026-05-13T13:08:48+00:00

(This question is related to this question ) I’ve a simple form: <html> <head>

  • 0

(This question is related to this question)

I’ve a simple form:

<html>
<head>
</head>
<body>
    <form name="aspnetForm" method="post" action="http://www.startupseeds.com/Default.aspx">
        <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="..." />
        <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWCALMyNWrBQKoz5H1CALlmOb9DgKmz6HzAwKf8bOXCQKC7qLKAwK5kNvVAQKk7amsA53tGBGr+Ji7LTI0eYkvquMZrF/g" />
        <input name="ctl00$Login1$tbEmail" type="text" />
        <input name="ctl00$Login1$tbPassword" type="password" />

        <input type="image" name="ctl00$Login1$ibLogin" />
    </form>
</body>
</html>

When I Change this:

<input type="image" name="ctl00$Login1$ibLogin" />

to this:

<input type="submit" name="ctl00$Login1$ibLogin" />

…it doesn’t work. The only difference in this code is type="submit" instead of type="image". I didn’t know even that there are differences between them (in the key/value in http) – How can I get "submit" to work?

Thank you.

  • 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-05-13T13:08:49+00:00Added an answer on May 13, 2026 at 1:08 pm

    The difference is that:

    <input type="image" name="ctl00$Login1$ibLogin" />
    

    will result in two form fields: ctl00$Login1$ibLogin.x and ctl00$Login1$ibLogin.y to indicate what part of the image was clicked, although you have no image in your markup.

    From 17.4.1 Control types created with INPUT of the HTML 4.01 Specification:

    image

    Creates a graphical submit
    button
    . The value of the
    src attribute specifies the URI
    of the image that will decorate the
    button. For accessibility reasons,
    authors should provide alternate
    text
    for the image via the
    alt attribute.

    When a pointing device is used to
    click on the image, the form is
    submitted and the click coordinates
    passed to the server. The x value is
    measured in pixels from the left
    of the image, and the y value in
    pixels from the top of the image. The
    submitted data includes name.x=x-value
    and name.y=y-value where “name” is the
    value of the name attribute, and
    x-value and y-value are the x and y
    coordinate values, respectively.

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

Sidebar

Ask A Question

Stats

  • Questions 314k
  • Answers 314k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer This would be hard with pure images as it's difficult… May 13, 2026 at 11:00 pm
  • Editorial Team
    Editorial Team added an answer The way I would do it would be to subclass… May 13, 2026 at 11:00 pm
  • Editorial Team
    Editorial Team added an answer Well, I figured out how to get my usage! 1… May 13, 2026 at 11:00 pm

Related Questions

This question is related to this question I have a field which is a
This question is related to this other question I recently asked... cf.net exception and
I want to build a webservice with this signature, which does not throw an
I need a user to be able to perform these actions: Click an Add
I have a WPF control that I would like to overlay onto a WinForms

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.