RetroZilla/embedding/browser/activex/tests/cbrowse/Scripts/Post.vbs

7 lines
167 B
Plaintext
Raw Permalink Normal View History

2015-10-21 05:03:22 +02:00
' Opens a URL and POST data
sPostData = "name1=value1"
OutputString "CGI script POST test to URL " + TestCGI + sPostData
WebBrowser.Navigate TestCGI, 0, , sPostData