Search the Community
Showing results for tags 'dojo'.
-
Hi Everyone, due to email system migration, I am trying to automate the email forwarding per account basis on webmail. The action required for each user is: 1. Logging in to webmail for the user 2. Click on the "Options" link 3. On the pop-up box, click on "Mail", then "Forwarding" (Screen shot prov...
- 5 replies
-
- ie.au3
- javascript
-
(and 2 more)
Tagged with:
-
I'm in the middle of converting somthing into autoit and I hit a snag.. dojo.rawXhrPost({ url: webServiceURL, handle: handler, headers: { "Content-Type": "text/xml; charset=utf-8", "cache-control": "no-cache" }, postData: this.BuildXMLString(), timeout: 0, sync: bSync }); Ahh, POST, my old...