Search Result
Collapse
3 results in 0.0013 seconds.
Keywords
Members
Tags
-
zaz7549 started a topic how can i do an http post to execute javascript and get the returned page html?in ASP .NEThow can i do an http post to execute javascript and get the returned page html?
I have retrieved the html of a web page using the WebRequest object but the page itself does not contain the information I need to extract. There is a javascript function which runs once the page is loaded which then retrieves and adds the information I need to the page. Is there a way of performiing some sort of GET/POST operation which will execute the required javascript function and return the html of the completed page (which contains the... -
Reading data from HTTP POST method
Hello,
I'm beginner to php (actually i'm java/jsp developer),
What i'm trying to do is Accept parameters from the HTML file and write them to a newly created file using php,
I wrote following script but it doesn't work,
...Code:<?php $uploaddir = '/var/www/vhosts/nitinsawant.com/subdomains/httpdocs/files/'; $uploadfile = $uploaddir . basename($_FILES['userfile']['name']);
-
C# on WinMobile POST request
Hello,
I have a lame question about how to make a POST request on C# under Windows Mobile 5.
I'm new to this language and technology, but I need it for a school project.
Scenario:
I have a php website randomblabla.co m/index.php that has a form with post with a text field status (the only field that I use).
I'd like to make an HTTP POST request to this website sending the status from the mobile application....