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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T12:19:23+00:00 2026-05-22T12:19:23+00:00

I know only what I need but I do not know how to get

  • 0

I know only what I need but I do not know how to get that done.

This is the logic of the code, I really hope some of you has the solution.

How can I create in javascript or jQuery a function that will do the following?

If that checkbox is selected, when the button is clicked redirect the user to another page by passing the value of the textarea in the URL.

So that is the logic.

We have three elements.

1)The checkbox

2)The input type button

3) The textarea.

The checkbox is selected, the user clicks on the button and the user goes to another page , and the URL will include the value found in the textarea.

i.e.

http://mydomainname/page.php?ValueThatWasinTextArea=Hello World

Can you help me.

I think it is something simple for a javascript coder.

Thank you so much

  • 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-22T12:19:24+00:00Added an answer on May 22, 2026 at 12:19 pm
    $(function(){
      $(':button').click(function(){
         if($('input[type="checkbox"]').is(":checked")){
            window.location.href = "http://mydomainname/page.php?ValueThatWasinTextArea="+ $('textarea').val();
         }
      });
    });
    

    **Of course if there’s more than these three elements on the page, you’re going to want some more specific selectors

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

Sidebar

Related Questions

First off I'm not sure that's the proper title for this question but hopefully
This might get a little convoluted so please let me know if you need
Math has come on my way again and has defeated me. I need your
There is similar question on this topic I participated in it, but it doesn't
May i achieve that server side application (using android bluetooth API)connect to particular client
I have been working on reading in an audio asset using AVAssetReader so that
I've come across an interesting problem with a Magento store that deals primarily in
I'm working on a small library for for ASP.NET MVC 3 that should offer
Question: Can I use the multiprocessing module together with gevent on Windows in an
I would like to automate the results creation process when I apply certain modeling

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.