How can I get link text using Lua?
My link is:
'''https://shahedtabriz.000webhostapp.com/Filex.txt'''
I need to get "Please Print This Text" using Lua.
How can I get link text using Lua?
My link is:
'''https://shahedtabriz.000webhostapp.com/Filex.txt'''
I need to get "Please Print This Text" using Lua.
I found the answer
result = HTTP.SubmitSecure("https://shahedtabriz.000webhostapp.com/Filex.txt",
{request="check_user"}, SUBMITWEB_GET, 20, 443, nil, nil);
result = Dialog.Message("Notice", result, MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);