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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T19:37:44+00:00 2026-05-27T19:37:44+00:00

I just want to ask how can I stop my html textbox from refreshing

  • 0

I just want to ask how can I stop my html textbox from refreshing when I press enter.

<div id="topSearchBox">
   <input id="Text1" type="text" value="search..."/>
   <img id="topSearchBoxIcon" alt="search buttom" src="~Images/Search-32x32.png" width="18px" height="18px" />
</div>

I have a script that tells it to do some thing else, but after the script has completed it refreshes the page anyway.

$(document).keyup(function (e) {
        if (e.keyCode == 13) { // enter
            Search();
        }
    });

I’ve read a bit on it, but nothing seems to work.

  • 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-27T19:37:45+00:00Added an answer on May 27, 2026 at 7:37 pm

    Return false in the event to stop the default event (submit) taking place. This is assuming that the submit event is being triggered.

    $(document).keyup(function (e) {
        if (e.keyCode == 13) { // enter
            Search();
            return false; //this will stop the default event triggering 
        }
    });
    

    You could also put it outside of a form (if it’s inside).

    Note – Also, it’s better if you bound the event to your input directly.

    $('#Text1').keyup();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i just want to ask if how can i backup my database from sql
i just want to ask if how can i backup my database from sql
i just want to ask if where can we find the code that will
I don't know if its possible but just want to ask if we can
i'm using struts (form) + validation i just want to ask if can i
just want to ask anyone here can solve this problem? I want to create
I just want to ask that how can I display subsequent images on imageview.
I just want to ask: Can I use flashdevelop and opensource flex to make
Im new to watir and running scripts from it. Just want to ask if
Just want to ask, can you copy one entire directory to multiple destination? Example

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.