I have a form with multiple tabs. Each t开发者_运维百科ab has its own <form>, defined like this:
I\'m trying to call a view directly from another (if this is at all possible). I have a view: def product_add(request, order_id=None):
I have a web page containing a login form which loads via HTTP, but it submits the data via HTTPS. I\'m using python-mechanize to log into this site, but it seems that the data is submitted via HTT开
I\'m trying to transfer a large array between two sites in PHP. I\'m the admin in both. The array is created on one site, and after its creation I wish to automatically redirect the user to the other
I\'ve created a search form for a script in php. Basicaly this form have some checkboxes and a submit button. Each checkbox is a category, if I check one or more checkboxes the result is filtered by t
I cant not figure out why this script doesnt work. It has to do with something within the AJAX POST script/function. Right now, when I hit submit on my form it runs the php code on the same page. What
I\'m working in C#, and I want to POST to a website that has multiple checkboxes and returns a datafile depending on which 开发者_如何学Pythoncheckboxes are checked.
I\'m trying to upload a file and a send along a few parameters to my site using .NET / C#. Having read a few tutorials that do either a few parameters or a file, I\'ve tried, unsuccessfully, to combin
I have access to an API.The API takes an XML post as input and then returns an XML response with the relevant data.
Is there a site online available to the general public that does nothing but display whatever form variables (name-value pairs) were sent to it via POST?