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 7598697
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T22:28:27+00:00 2026-05-30T22:28:27+00:00

My code in javascript file: $(#login).click(function(){ username=$(#user_name).val(); password=$(#password).val(); $.ajax({ type: POST, url: login.php, data:

  • 0

My code in javascript file:

$("#login").click(function(){


    username=$("#user_name").val();
    password=$("#password").val();
     $.ajax({
        type: "POST",
        url: "login.php",
        data: "username="+username+"&password="+password,
        success: function(value)
        {
           //code


        },
        beforeSend:function()
        {
             $("#add_err").html("Loading...")
        }
    });
     return false;
});  

The aboue code is working fine in chrome and firefox but it is not workin in internet explorer 7 and 8.

When i try to access that page in in Internet Explorer 7 it showing the following error message:

“object doesn’t support this property or method”

Please suggest me a solution how to overcome this problme in IE7

  • 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-30T22:28:28+00:00Added an answer on May 30, 2026 at 10:28 pm

    I made the following changes in my code:

     username=$("#user_name").val();
      password=$("#password").val();
    

    instead of those above lines replaced with those following lines:

    var username=$("#user_name").val();
      var password=$("#password").val();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have some code in a javascript file that needs to send queries back
I have javascript code embedded inside a html template file. When I load this
I have JavaScript code which copies the value of input file and paste it
I got a javascript code like this to validate the file extension for my
I pasted the code given in this link to a file called md5.js. http://www.webtoolkit.info/javascript-md5.html
My code has a delay in loading a file. I have to click <a
Take a look at my code : <html> <head> <title>Profile App Example</title> <script type=text/javascript
Need to programmatically click an html button from a login event (code behind? the
I have a JavaScript file which has a function that I reference. When I
I have this code in app.js : var login = Ti.UI.createWindow({ url: 'controllers/loginController.js' });

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.