In the microsoft web browser control I have tried appending parameters in the URL itself and it works. The problem is that the size is limited for the querystring. So I would like to know how the use the parameters especially the postdata parameter in the navigate method of the control. I tried to pass a string but was not detected by PHP.
*
* this one works
thisform.oBrowser.Navigate("
* this one doesn't
postdata='action=putsession&value=test'
header= "Content-Type: application/x-thisform.oBrowser.Navigate(" '','',postdata, header)
What is the correct syntax?
Thanks experts
*
* this one works
thisform.oBrowser.Navigate("
* this one doesn't
postdata='action=putsession&value=test'
header= "Content-Type: application/x-thisform.oBrowser.Navigate(" '','',postdata, header)
What is the correct syntax?
Thanks experts