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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T03:01:55+00:00 2026-05-30T03:01:55+00:00

Process the data handed to an html page from a form. This is my

  • 0

Process the data handed to an html page from a form.

This is my form:

  <form  data-theme="b"    method="get"    action="process.html"    enabled>           <fieldset>
 <div   data-role="fieldcontain"> 
 <label for="basic>  Name  </label>
 <input type="text" name="basic" id="basic" value=""   />                                   </div>                                
 <button type="submit" data-theme="b" name="submit"  value="submit-value">  Submit     </button>               
   </fieldset> 
</form>

So when it comes to process.html the values should be in the url, such as process.html?submit=submit. But I can’t seem to be able to read them at all.

How should I go about doing the above successfully?

  • 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-30T03:01:57+00:00Added an answer on May 30, 2026 at 3:01 am

    Fixed it by adding this before </head> . Turns off all the AJAX that gets in the way of such a GET form.

     $(document).ready(function() {
                                $.mobile.ajaxLinksEnabled = false;
                                $.mobile.ajaxEnabled = false;
                                $.mobile.ajaxFormsEnabled =false;
                  });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to process data obtained from a run of diff to an instance
I am using LinqToSQL to process data from SQL Server to dump it into
I already have Java code to display and process data from a database. I
Imagine an HTML based report which shows some data (for example) of process runs.
I have a function Process(data, f) where data is a normal parameter and f
I have a defined number of servers that can locally process data in their
my question is somewhat conceptual, how is parent process' data shared with child process
i have little problem with boost::asio library. My app receive and process data asynchronously,
I am going to develop an application which will process online data (comming through
I have to monitor a serial port and process its data. As a test

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.