Skip to content

Commit 2eccfc8

Browse files
committed
Added: New form element for better result.
1 parent fb1eedb commit 2eccfc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WinHttp_Examples/_WinHttpSimpleFormFill.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $hOpen = _WinHttpOpen()
1919
; Get connection handle
2020
$hConnect = _WinHttpConnect($hOpen, "wq.apnic.net")
2121
; Fill form on this page
22-
$sRead = _WinHttpSimpleFormFill($hConnect, "apnic-bin/whois.pl", Default, "name:searchtext", "4.2.2.2")
22+
$sRead = _WinHttpSimpleFormFill($hConnect, "apnic-bin/whois.pl", Default, "name:searchtext", "4.2.2.2", "name:object_type", "All")
2323
; Close connection handle
2424
_WinHttpCloseHandle($hConnect)
2525
; Close session handle

0 commit comments

Comments
 (0)