Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help: Creating a Macro for Internet Explorer or Firefox
#1
Hi there..I want to create a macro for my internet explorer or firefox...looked into it and found imacro but what i want to do is specific...I want to be able to fill in the address bar with a specific string for example....

xxx.xxx.xxx/display.cdx?usid=11a324w3212a&key=667543yISzmbfqow==

I want to create a macro that will change the usid= to my number which is generated every day... this way i dont have to use the login and can go directly to my page...i want it to prompt me when i goto this string to enter the number...I would appreciate any help in this...thank you
#2
Macro Macro1561
Code:
Copy      Help
str usid
inp- usid "usid"
str url.format("xxx.xxx.xxx/display.cdx?usid=%s&key=667543yISzmbfqow==" usid)
act "Internet Explorer"
key Ad ;;activate address
outp url


Forum Jump:


Users browsing this thread: 1 Guest(s)