Search results

  1. B

    how to: HTTP POST request with javascript

    I found this is possible in javascript with JQuery. So I made this code: head.js('//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js', function() { $.post('http://www.w3schools.com/jquery/demo_test_post.asp', function(data) { alert('Data Loaded: ' + data);} ); } ); in the...
  2. B

    how to: HTTP POST request with javascript

    is there any activity on this forum please? thank you!
  3. B

    how to: HTTP POST request with javascript

    How can I do a http post request (without leaving the page) with javascript? I need to do a request to a website and i want to do some calculations with the return from that website... can please somebody help me? I know how to do this in php, but I can't find how to do this in javascript...
  4. B

    default value depends on dropdown selected value of other element

    does nobody knows how to get the value of an element in php?
  5. B

    default value depends on dropdown selected value of other element

    Hi all, I have a field element where the default value depends on the selected value of a dropdown element. how can I access the selected value of the dropdown element in my field element php code? thank you very much!
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top