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

The Archive Base Latest Questions

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

I have a asp button in my application, which is working fine in mozilla,

  • 0

I have a asp button in my application, which is working fine in mozilla, chrome, and IE 8 but it is not working in IE 9, I tried a lot but not getting any solution.

Someone please help me in this

<asp:Button CssClass="Button" ID="btnInsert" runat="server" Text="Insert" OnClick="btnInsert_Click" />

When I am checking my button with developer tools (F12) my button is showing like this

<input name="btnInsert" class="Button" id="btnInsert" type="submit" value="Insert"/>

My button Click code

When I am trying to debug it after Button Click then pointer is going to this click but page is not submitting, but that it working fine in other browser..

protected void btnInsert_Click(object sender, EventArgs e)
{
    if (Id > 0)
    {
        this.Page.ClientScript.RegisterClientScriptBlock(this.GetType(), string.Format("Page1{0}", this.UniqueID), string.Format("<script language='javascript' type='text/javascript'>Insert('{0}');</script>", Id));
    }
    else
    {
        lErrorMessage.Visible = true;
    }
}

JavaScript which i am calling on button click

<script language="javascript" type="text/javascript">   
    function Insert(Id)
    {
        if (window.opener.InsertText != null)
        {
            window.opener.InsertText(Id)
            window.close();
        }
    }
</script>
  • 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-28T03:48:09+00:00Added an answer on May 28, 2026 at 3:48 am

    finally I got the answer,

    there were some javascript problem on some other page which I was calling at the time of opening InsertText page.

    thanks a lot for all of you for your comments and answers.

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

Sidebar

Related Questions

I have an ASP.NET web application, which operates just fine on IE7, IE8, IE8(Compatibility
I have an ASP.NET MVC application, when a user clicks on the submit button
I have a button on an ASP.NET wep application form and when clicked goes
I use yui datatable in my asp.net application... I have a link button in
I have an asp button with no onclick event but only onclientclick. This call
I have a ASP.NET page with an asp:button that is not visible. I can't
I have OnClientClick=return confirm('Make Payment?'); tied to an asp:Button. It works fine, however, prior
I have an ASP.NET page which has a button it it. The button click
I have an ASP.NET MVC 2 application which in part allows a user to
I am working on an ASP.NET/C# Application. I have Link buttons like this <asp:LinkButton

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.