There is an external webpage I use frequently at work that requires I renter generic (non-passord) information before I can use the functionality:
https://online.worksafebc.com/anonymous/employer%20clearance%20letter/default.aspx
I want to create a URL that automatically puts the information into the text fields. However, I am having a difficult time identifying the names of the variables. I tried:
.../default.aspx?ctl00$middle$txtLegalName=myname
to no avail. I'm wondering if this is possible since I am a user and have no access to the code?
Thank you for any help!