I have an ASP.NET page with a Calendar Control on it that I am pulling and displaying on a PHP page using cURL.
The problem is that anytime I click on any of the links on the Calendar control, I get a 404 Error. The problem seems to be that each link has a javascript doPostBack command. It looks for the aspx page on my php domain.
I've found very limited information on cURL and postbacks. Does anyone know how to set up cURL with postback support or know of a better way to accomplish what I am trying?
Thanks.
Really appreciate the help.
Andrew
The problem is that anytime I click on any of the links on the Calendar control, I get a 404 Error. The problem seems to be that each link has a javascript doPostBack command. It looks for the aspx page on my php domain.
I've found very limited information on cURL and postbacks. Does anyone know how to set up cURL with postback support or know of a better way to accomplish what I am trying?
Thanks.
Really appreciate the help.
Andrew