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

  • Home
  • SEARCH
  • 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 6550101
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T12:10:32+00:00 2026-05-25T12:10:32+00:00

This code has two links with same name but different values. If i click

  • 0

This code has two links with same name but different values. If i click first link, i want to get value 10. Is it possible using javascript with link submit()??

    <form name="listpages" action="page.php" method="post">

    <input type="hidden" name="pgnum" value="10">
    <a href="javascript: document.listpages.submit()"></a> 
    <input type="hidden" name="pgnum" value="20">
    <a href="javascript: document.listpages.submit()"></a>  

    </form>

thanks in advance

  • 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-25T12:10:32+00:00Added an answer on May 25, 2026 at 12:10 pm

    No. But you can use this code to achieve the desired results.:

    <form name="listpages" action="page.php" method="post">
      <input type="submit" name="pgnum" value="10">
      <input type="submit" name="pgnum" value="20">
    </form>
    

    EDIT

    The JavaScript way. I don’t see why you want to stick to JS. Your code will be broken when a user has disabled JavaScript (by using NoScript, for example);

    <form name="listpages" action="page.php" method="post">
        <input type="hidden" id="pgnum1" value="10">
        <a href="javascript:document.getElementById('pgnum1').name='pgnum';document.listpages.submit()">Option 1</a> 
        <input type="hidden" id="pgnum2" value="20">
        <a href="javascript:document.getElementById('pgnum2').name='pgnum';document.listpages.submit()">Option 2</a>  
    </form>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Below is the link to the code that has the two RAdEditors I am
This code has an interesting bug: some_struct struct_array1[10] = {0}; some_struct struct_array2[10] = {0}
So this code has the off-by-one error: void foo (const char * str) {
I translated this code(it has bad side effect that it just capture the outer
I have this code that has one button that let's me choose an entry
bCrypt's javadoc has this code for how to encrypt a password: String pw_hash =
I was checking out this question which has this code - (NSArray *) percentagesRGBArray:(float[])
In my application I use the ShinyBlue.xaml resource dictionary which has this code for
My code has something like this: HttpFileCollection files Instead of looping through each file
I have a friend who has code like this in his wordpress files: Blockquote

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.