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:
My script navigates to this page, fills in the information, submits, it now needs to click the dynamically assigned link to confirm the submission.
B) I'm calling my hostname using
Script navigates to the page and should write the hostname to a text field and then submit, im using Wscript.echo as above - I have a blank popupbox with a blank button, I click the button manually then the hostname writes to the field automatically and submits automatically.
Any idea on how to go about these two?
Many many thanks!
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:
Code:
</a></div>]
My script navigates to this page, fills in the information, submits, it now needs to click the dynamically assigned link to confirm the submission.
B) I'm calling my hostname using
Code:
Script navigates to the page and should write the hostname to a text field and then submit, im using Wscript.echo as above - I have a blank popupbox with a blank button, I click the button manually then the hostname writes to the field automatically and submits automatically.
Any idea on how to go about these two?
Many many thanks!