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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T02:37:49+00:00 2026-06-04T02:37:49+00:00

I have a button on my webpage which when onClick I want it to

  • 0

I have a button on my webpage which when onClick I want it to show another div. However when I click the button it will flash in the url that it went to the correct div but then it will immediately redirect back to the main div, #home.

Code for button:

<input type="button" class="flip" value="Redirect To Div" onClick="window.location='#targetDiv'" />

When I click the the button the url will flash:

http://www.XXXXX.com/#targetDiv

Then go immediately to http://www.XXXXX.com/#home

Any ideas why it won’t display the div?

Thanks

  • 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-06-04T02:37:51+00:00Added an answer on June 4, 2026 at 2:37 am

    looks like your form has

           action=""
    

    or

           action="#home"
    

    instead of onclick call a function

          onclick="mylinkfunction()"
    

    …

         <script type-"text/javascript">
    
           function mylinkfunction(e) {
    
           window.location.href="#targetDiv";
    
           /* need to stop the form sending of the form
    
            UPDATE as comment: This may not be exactly correct syntax 
            for stopping a form , look up preventing form submission */
    
           e.preventDefault();
           e.stopPropagation(); 
    
           }
    
         </script>
    

    or if your form is irrelevent set it’s action and remove the javascript allogether

         <form action="#targetDiv" method="get">
         <input type="submit" value="go"/>
         </form>
    

    but then all you would need is actually this ..

        <a href="#targetDiv">click me</a>
    

    if by “go to another div” you mean jump and scroll the page to a new location it is actually an anchor you need to go to

            <a name="targetDiv"/>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a webpage which has a button placed inside a div. What i
i have created an extension for mozilla firefox button,which will transliterate a particular webpage.
I have a webpage that on a button click grays out the main form
I have a webpage that shows a login panel, and a button which enables
Inside a webpage I have an Excel download button, which redirects to a webpage
I have button, which fires an event, that deletes a record from the database.
I have a button that when clicked will run a stored procedure on a
I have a modal dialog which opens on click of Edit button of my
I have a webpage which dynamically creates markup within itself. On the click of
I have a webpage containing a panel and a button. When you click the

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.