Quote from
luishp on October 24, 2022, 1:28 pm
@leopold please take a look at the attached sample app. Two possibilities:
Using FileToVar:
FileToVar "http://ifconfig.me/ip" [myip]
Or if you need more control, use neoAjax:
neoAjaxLoad "http://ifconfig.me/ip" "text" "setVariable" "setError"
Regards.
@leopold please take a look at the attached sample app. Two possibilities:
Using FileToVar:
FileToVar "http://ifconfig.me/ip" [myip]
Or if you need more control, use neoAjax:
neoAjaxLoad "http://ifconfig.me/ip" "text" "setVariable" "setError"
Regards.
Uploaded files:- You need to login to have access to uploads.