Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Expect to add support for the imacros API code
#46
Macro Macro2758
Code:
Copy      Help
;assume the iMacros macro is:

;VERSION  BUILD=7500718 RECORDER=FX
;TAB T=1
;URL GOTO=http://demo.imacros.net/Automate/Filter
;TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:form1 ATTR=NAME:textfield CONTENT="Image Filter ON (No images downloaded from server)"

;and you want to insert QM code before TAG POS


IDispatch iim._create("iMacros")
int status=iim.iimOpen("")
str macro

macro=
;VERSION  BUILD=7500718 RECORDER=FX
;TAB T=1
;URL GOTO=http://demo.imacros.net/Automate/Filter
status=iim.iimPlayCode(macro)

mes "press ok to next"

macro=
;TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:form1 ATTR=NAME:textfield CONTENT="Image Filter ON (No images downloaded from server)"
status=iim.iimPlayCode(macro)


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)