TriMan Posted November 26, 2010 Posted November 26, 2010 Hi, From my apps in FM, all I want to do is send a command to my internet browser such as "https://messaging.gecka.nc/http/sendmsg?api_id=2&[email protected]&password=test44&text=test&to=68775 587724" then continue working in FM. If I use the Open URL function, FM open the browser, sends the command and then nothing happens. I want the script to come back to FM so that I can continue to work. Is the "Open URL" the right command or is there a background command available that avoids opening the browser etc .... ? Thanks for your help!!!
Wim Decorte Posted November 26, 2010 Posted November 26, 2010 Open URL should do it and your script shouldn't wait for it. It could be your browser balking at the username and pw in the URL though. Other options: - use the send event script step to do the same thing - open the URL in a hidden web viewer, which would avoid the browser popping up
TriMan Posted November 28, 2010 Author Posted November 28, 2010 How do I open my web browser in hidden mode???
Wim Decorte Posted November 28, 2010 Posted November 28, 2010 not the browser, the FileMaker "web viewer" object...
TriMan Posted November 28, 2010 Author Posted November 28, 2010 Gotscha! I'll give it a go! Thanks for your help!
Recommended Posts
This topic is 5199 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now