Hi, Before asking questions here, you should check out http://www.webkit.org/asking_questions.html. We are not in your head and with so little information, it's difficult to give a good answer.
> I have to make a post request with webkit. How can I do that? This sounds like an HTML / JavaScript question but there must be a way to do that from your program using your platform's HTTP library. As we don't know which platform you are using that's the most we can tell. JavaScript and HTML questions would be better answered on web-developers mailing lists or forums. Here is 2 ways to do it (you will have to fill in the gap): XMLHttpRequest or submitting a <form> element. Hope it helps, Julien _______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
