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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T17:44:41+00:00 2026-05-26T17:44:41+00:00

Basically sometimes I need to show a form that is pre-populated with a record.

  • 0

Basically sometimes I need to show a form that is pre-populated with a record. Depending on the users privileges, he may or may not be able to edit the data.

The problem I’m encountering is that sometimes a user will try to edit a textbox that’s been disabled by clicking on it and hitting the “backspace” button to edit the text. This causes the browser to go back one page… Annoying.

  • 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-26T17:44:41+00:00Added an answer on May 26, 2026 at 5:44 pm

    If it’s asp .net you can simply do it like this:

    <script language=javascript>   
    
        function cancelBack()   
        {   
            if ((event.keyCode == 8 ||    
               (event.keyCode == 37 && event.altKey) ||    
               (event.keyCode == 39 && event.altKey))   
                &&    
               (event.srcElement.form == null || event.srcElement.isTextEdit == false)   
              )   
            {   
                event.cancelBubble = true;   
                event.returnValue = false;   
            }   
        }   
    
    </script>   
    <body onkeydown=cancelBack()>   
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Basically I am creating a summary table. The issue is that sometimes the data
I need to uniquely identify and store some URLs. The problem is that sometimes
So, I need some input refactoring an asp.net (c#) application that is basically a
Sometimes I need to inspect elements that are only showing up on a page
I just basically want to add about 20 and sometimes 80 Proximity Alerts with
Basically I’ve heard that certain conditions will cause .NET to blow past the finally
Basically I'm trying to accomplish the same thing that mailto:bgates@microsoft.com does in Internet Explorer
I have several classes that are basically interfaces to database rows. Since the class
I need a simple way to test SQL queries for speed. I am not
I have an application written in C# that needs to be able to configure

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.