mpecoders
mpecoders

Reputation: 19

How to start imacros from html or php?

I'd like to call imacros files from web pages to start automatically after button click or something. I have followed the imacros docs but i got confused. Is there any method to do that?

thanks

Upvotes: 0

Views: 1491

Answers (1)

mpecoders
mpecoders

Reputation: 19

I found a simple code did the job in new iMacros version. imacros://run/?m=macrofile.iim

for example

<a href="imacros://run/?m=macrofile.iim">Run macro</a>

Upvotes: 1

Related Questions