git-svn-id: svn://10.0.0.236/trunk@63646 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
locka%iol.ie
2000-03-21 23:10:32 +00:00
parent 56beb52d71
commit 10e234ecff
3 changed files with 0 additions and 14 deletions

View File

@@ -1,4 +0,0 @@
' A simple test just to prove things are sane
OutputString "Simple Navigation Test"
WebBrowser.Navigate TestURL

View File

@@ -1,4 +0,0 @@
' Opens a new window
OutputString "Navigate in new window"
WebBrowser.Navigate TestURL, 1

View File

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