Hi,
I have problem with agent running on browser.
My command works perfectly in Notes but not in web browser(IE7):
@If(Rule=“Yes”;@Command([ToolsRunMacro];“SendMail”);“”);
Is there knowing problems when using IE7 and Notes agents?
Hi,
I have problem with agent running on browser.
My command works perfectly in Notes but not in web browser(IE7):
@If(Rule=“Yes”;@Command([ToolsRunMacro];“SendMail”);“”);
Is there knowing problems when using IE7 and Notes agents?
Subject: Toolsrunmacro and IE7
if you want to run this agent from a web interface, you need to send an HTTP-POST to the agent. Think about using either ajax or a webquerysave agent
Subject: RE: Toolsrunmacro and IE7
Hi Timothy,
Thanks for your response. I didn’t quite understood that sending HTTP-POST thing. Sorry, I’m newbie in Domino programming…
New info to my problem: I have two databases, WORK and WORK_test. They are in the same server and in the same place.
In WORK I don’t have a problem with web use, but in WORK_test, which is copy of WORK, the problem exists. I can’t understand anymore why this problem occurs only in my test database.
Maybe I have to make new copy of my WORK to be my new WORK_test and try again.