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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T10:17:24+00:00 2026-05-27T10:17:24+00:00

I am opening up a new page when the user clicks submit. It would

  • 0

I am opening up a new page when the user clicks submit. It would be a common occurrence for the user to come back to the original page to select something else from the drop down and need to “submit” again. Now the problem is that my js function disables the submit button, and the user would have to reload the page. The js is a standard thing, so unfortunately, I cant change that, but I was wondering if there was a way to reenable it in HTML or in a separate script, here is my relevant code:

<form name="verification_form" action="CreateVerification"   target="_blank" onSubmit="return submitForm(this, 0, this.length-2, SUBMIT)" method="post">
<table width="75%"  border="0" cellspacing="0" align="center">
    <tr>
    <tr>
        <td>Stuff<input type="HIDDEN"></td>
    </tr>
    <tr>
        <td>&nbsp;</td>
    </tr>
    <tr>
        <td width="33%">
            <div align="center">
                <select name="stuff" id="stuff" class="R">
                    <option value=" ">   </option>
                    <option value="<% =stuff %>"> <% =stuff %>  </option>
                </select>
        <td><div class="submit">
            <input type="submit" name="SUBMIT" value="SUBMIT"> 
        </div></td>
    </tr>
</table>

Any help would be appreciated, and let me know if there are any questions.

  • 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-27T10:17:25+00:00Added an answer on May 27, 2026 at 10:17 am

    Check if your submit button is disabled. Enable it in that case.

    With jQuery this will be the approach:

    if($("#submit-button").is(":disabled")) {
        $("#submit-button").removeAttr("disabled");
    }
    

    Hope it helped

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

Sidebar

Related Questions

Javascript run at page opening or later by user action like clicking a button
I'm opening new page using JS and writing into it the HTML code, however
how to one page to another page without opening new window only url changed
I would like to generate a pdf file when the user clicks on it,
I'm opening a new window via a javascript POST in response to a user
I am using GreyBox for opening a new HTML page in the same window.
I'm opening a new browser window from my site for some of the members.
I am opening a new window from a button using var myWindow = window.open(...).
When I'm opening a new file in Vim and I use tab completion, it
I'm sorry for opening a new question, I had to - as I wrote

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.