RosettaCodeData/Task/HTTPS/AutoHotkey/https.ahk

8 lines
167 B
AutoHotkey
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
URL := "https://sourceforge.net/"
WININET_Init()
msgbox % html := UrlGetContents(URL)
WININET_UnInit()
return
#include urlgetcontents.ahk
#include wininet.ahk