February 23, 20187 yr Hello, I am using below url to open FileMaker Webdirect which includes home url as well as a script to be executed. The database opens fine but script is not being executed. http://myip/fmi/webd/myDb?homeurl=https://www.google.com?script=myscript¶m=24693 Please let me know what is wrong with URL. Regards Tattwam Edited February 23, 20187 yr by Tattwam
February 23, 20187 yr Could it be that you have a script trigger that runs OnFirstWindowOpen that stops this? Why not just pass a parameter and catch it in the open script anyway? Mike
June 16, 20214 yr Newbies Just if your still wondering... Use an "&" between the homeurl and script. i.e. http://myip/fmi/webd/myDb?homeurl=https://www.google.com&script=myscript¶m=24693
Create an account or sign in to comment