1) I can\'t add set loop imacros by javascript, How can i add it ?
var macro; macro = \"CODE:\"; macro += \"VERSION BUILD=8011895\" + \"\\n\"; mac
Specify your imacros code as a javscript string and prefix with CODE:
var urls = ['http://google.com', 'http://yahoo.com']; for (var i in urls) { var url = urls[i]; var returnCode = iimPlay('CODE: URL GOTO='+url); }