RosettaCodeData/Task/HTTPS/AutoHotkey/https.ahk

8 lines
167 B
AutoHotkey
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
URL := "https://sourceforge.net/"
WININET_Init()
msgbox % html := UrlGetContents(URL)
WININET_UnInit()
return
#include urlgetcontents.ahk
#include wininet.ahk