locka%iol.ie ccc6160631 Relocated ActiveX control test source
git-svn-id: svn://10.0.0.236/trunk@63502 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-21 00:05:33 +00:00

7 lines
167 B
Plaintext

' Opens a URL and POST data
sPostData = "name1=value1"
OutputString "CGI script POST test to URL " + TestCGI + sPostData
WebBrowser.Navigate TestCGI, 0, , sPostData