Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Sleep(100)
DECLARE Sleep IN WIN32API INTEGER iPeriod
LOCAL loHTTP
loHTTP = CreateObject("Msxml2.ServerXMLHTTP.6.0")
loHTTP.open("GET", "[URL unfurl="true"]http://example.com/",.t.)[/URL]
loHTTP.send()
DO WHILE loHTTP.readyState<>4
DOEVENTS
ENDDO
? loHTTP.getAllResponseHeaders()
? loHTTP.responseText()
In principle that works.Mandy said:I want to use wavecell api so that wavcell will send a text/sms intead of the gsm modem... thanks chris.... god bless....