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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T03:42:18+00:00 2026-06-05T03:42:18+00:00

How can I send just one element from browser to server fast and without

  • 0

How can I send just one element from browser to server fast and without reloading browser page?

Is there an AJAX way to do this, that is a NON-FILE method? The opposite of “.load”?

.load works great sending a single element from server to browser without page reload.
How to do the opposite direction?

Browser is JavaScript.
Server is vxworks with windmarks.

PRESENT METHOD THAT WORKS BUT RELOADS PAGE:
Presently, the browser element is and I use submit to send it to the server, but this takes too long and reloads the browser page.

The element’s innerHTML contains data formatted as a vxworks WINDMARK.
(When the vxworks server receives this submission, it reads the windmark and copies it to a ‘C’ string for backend software to process.)

  • 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-05T03:42:21+00:00Added an answer on June 5, 2026 at 3:42 am

    You can get and send data using jQuery. using something like this:

    $.post('urlfromserver',browserdata,function(datafromserver){
        //do stuff
    })
    

    if you let me put a little bit more, it’s a good idea to use JSON to send/receive data to/from server. Having that in mind, you can do something like:

    $.post('urlfromserver',{browserdata: JSON.stringify(browserdata)},function(datafromserver){
        javascriptObject = jQuery.parseJSON(datafromserver)
        //do stuff
    })
    

    And in your PHP code, it would be as simple as using json_encode to send data to javascript and json_decode to receive data from javascript

    UPDATE

    Obtaining the data in the server should be as simple as requesting the object via post or get depending on your send method, and parsing the JSON.

    In PHP, this is an example of obtaining data using the above code:

      $dataFromBrowser = json_decode($_POST['browserdata'])
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I wonder if there is a way to validate just one of my models
I'm using C++ and wondering if I can just send an entire int array
We can send a mail using mailto: in HTML and JavaScript. Is there any
I can send requests to friends using Multi Friend Request Selector inside my Page
In Javascript I can send XML string to JSP server (XmlAction.jsp): Javascript Code: var
how i can send key from my C# program to external program ? ex:
how i can send sms from asp.net?any idea about it?or any resource through which
I have a website where a user can send out emails from. I have
Is there a way to send data (like update status or post to friend's
I am trying to make a proxy server that gets a page from www.xxx.com

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.