Search found 5 matches

by arun.testing3
Mon Nov 27, 2017 2:48 am
Forum: General Support & Discussions
Topic: iMacro script syntax highlighting in Notepad++ editor
Replies: 52
Views: 448749

Re: iMacro script syntax highlighting in Notepad++ editor

Woaw...!, very-very neat...! :D I noticed a few "Glitches"... - All 4 'Select All' Buttons do not really work for me (on Pale Moon v26.3.3 + FF v55.0.3), the Content of any of the 4 Input/Output Fields gets selected but directly within 0.1 Sec deselected again... - A 'Clear' Button could ...
by arun.testing3
Mon Nov 27, 2017 2:37 am
Forum: iMacros for Chrome
Topic: Eval SetDate returning undefined
Replies: 2
Views: 14699

Re: Eval SetDate returning undefined

My bad. It is happening because of the Typo. :lol:
Corrected and working fine.
Using "Variable not used" of IDE is making me lazy :roll:

Thanks a lot.
./Arun
by arun.testing3
Sun Nov 26, 2017 6:35 pm
Forum: iMacros for Chrome
Topic: Eval SetDate returning undefined
Replies: 2
Views: 14699

Eval SetDate returning undefined

Hi, I am generating tomorrows date via following simple code VERSION BUILD=844 RECORDER=CR SET tomorowsdate EVAL("var d = new Date(); d.setDate(d.getDate()+1); d;") URL GOTO=https://www.google.co.in/ TAG POS=1 TYPE=INPUT:TEXT FORM=ID:tsf ATTR=ID:lst-ib CONTENT={{tomorrowsdate}} It is worki...
by arun.testing3
Sun Nov 26, 2017 6:14 pm
Forum: General Support & Discussions
Topic: iMacro script syntax highlighting in Notepad++ editor
Replies: 52
Views: 448749

Re: iMacro script syntax highlighting in Notepad++ editor

Loved it. :D
From this I have created a syntax highlighter html page to highlight the imacros code in my word file and finally in my blog. :idea:
I have uploaded it to my website. Please find it here https://arunelias.in/testing/imacros.html
Thanks a lot.
by arun.testing3
Wed Aug 17, 2016 10:57 am
Forum: iMacros for Firefox
Topic: 9.0.3 Issues and Feedback
Replies: 44
Views: 48360

Re: 9.0.3 Issues and Feedback

Is the support for URL GOTO=javascript:... is completely removed from version 9.0.3?
I am getting a page load time-out when running the following script.

Code: Select all

VERSION BUILD=8970419 RECORDER=FX
TAB T=1
URL GOTO=http://mywebpage.com
URL GOTO="javascript:console.log('hello');"