Thanks - I've just been looking at string concatenation and literally just tried that
submission = "mylink?action=save&input=" & StrComputerName & "&override=1"
Called by :
Set wshShell = WScript.CreateObject( "WScript.Shell" )
strComputerName = wshShell.ExpandEnvironmentStrings(...
Thanks - well don't I feel stupid - The echo issue is now sorted :)
My only issue now is clicking the [submission] link with no element id ect.
What I was thinking is this
Set wshShell = WScript.CreateObject( "WScript.Shell" )
strComputerName = wshShell.ExpandEnvironmentStrings(...
Thank you so much for your reply.
My Goal: Open up IE - got to a few pages, set some configuration options (2x forms) submit them and done.
Running on Windows, IE9 - script works perfectly apart from the above 2 issues - I can get an element added to the [submission] link if there isn't a...
Hi all - I would really appreciate any advice you may have.
I don't know VBS atall - Everything I have done has been from googling and logic.
I have 2 things I want to achieve.
A) Click a link without an ID - this is what I have to work with:
</a></div>]
My script navigates to this page...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.