PHP Classes

Double Redirect

Recommend this page to a friend!

      PHP HTTP protocol client  >  All threads  >  Double Redirect  >  (Un) Subscribe thread alerts  
Subject:Double Redirect
Summary:Send Post iframe
Messages:14
Author:SaruzzU
Date:2009-03-15 09:55:46
Update:2009-03-19 19:20:24
 
  1 - 10   11 - 14  

  11. Re: Double Redirect   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2009-03-17 00:18:00 - In reply to message 10 from SaruzzU
It appears on the page.

  12. Re: Double Redirect   Reply   Report abuse  
Picture of SaruzzU SaruzzU - 2009-03-18 09:21:45 - In reply to message 11 from Manuel Lemos
a little question, is possible set se baseUrl?


the header is..

C POST /myFormpage.asp HTTP/1.1 Host: hostName.com User-Agent: httpclient (http://www.phpclasses.org/httpclient $Revision: 1.76 $) Content-Type: multipart/form-data; boundary=--d556e890f43af975d71d403613770316 Content-Length: 384 Cookie: ASP.NET_SessionId=e5iokrmfugn5d255o4djx2vp; adAuthCookie=DF275B5A6BC06AAFA22772F71F20CCD3E8B9C69EE492D307740D2ED17F5BAC8EB960CF8B2D38688B9A5E9827127AD35004E17C4CCF4F716831E9D5049474993AEC829B207C06C8116013296640E6F3C5AEBE72D8FCA2E5D70A3347CEFA4042CFF021741E756D7D683CDEEE9A0721D1981A7EC2327CD436317A1AD1ACE2C5562CCB1D06255ED0F64F7EC24E85645F6DE3B539B7C518EA2B252FD0FEF456CB0DE78A85289AEC495418BBA54B773CB5869D; ----d556e890f43af975d71d403613770316 Content-Disposition: form-data; name="__VIEWSTATE" dDwxMzkzODg4NjI5Ozs+DYJwmcTIxcLrtdLu4J5TLWmgfGc= ----d556e890f43af975d71d403613770316 Content-Disposition: form-data; name="Variable1" 039617229 ----d556e890f43af975d71d403613770316 Content-Disposition: form-data; name="cmdButton" ----d556e890f43af975d71d403613770316-- S HTTP/1.1 400 Bad Request S Content-Type: text/html S Date: Wed, 18 Mar 2009 09:17:53 GMT S Connection: close S Content-Length: 35 S S

  13. Re: Double Redirect   Reply   Report abuse  
Picture of SaruzzU SaruzzU - 2009-03-19 09:23:59 - In reply to message 1 from SaruzzU
I found the mistake.

The search form has a button associated with the function on_click Search()

How can I call this javascript function

  14. Re: Double Redirect   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2009-03-19 19:20:24 - In reply to message 13 from SaruzzU
Javascript is a browser side language that requires an interpreter to execute.

This class does not interpret Javascript. That would a very difficult and complex thing to do. You need to look at the Javascript code and see what it does to achieve what you want.

 
  1 - 10   11 - 14