I'm trying to pre-populate an input field on a webpage using just an URL. I would like to have users automatically have their connote number entered into the following webpage:
http://www.directfreight.com.au/ConsignmentStatus.aspx
Something along the lines of:
http://www.directfreight.com.au/ConsignmentStatus.aspx?txtConnote=12345
I think it has something to do with the following hidden fields:
__EVENTTARGET
__EVENTARGUMENT
__EVENTVALIDATION
I've tried different combinations and have gotten the page to spit back some errors. Can this be done?