Hi,

I'm trying to pass form values to my python script that's on the server. I don't have to return anything to the user. Just send the client side values. My page is a simple HTML page and on the click on button, a javascript function is called. This function should also be able to call the python with the form values. Thanks for reading and I appreciate your time and help.
regards PV

I would start off at google. Search for AJAX Examples. Here is a good simple example that doesn't involve a ton of code. In the example, a variable is passed to a cgi on the server using an xmlhttprequest and receives the cgi's response. If you'll notice, the url never changes and the page doesn't refresh. The tutorial is pretty explanatory but post back if you are unclear about what any of the code does and I'm sure you will get help.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.