I'm a lil new with javascript and am not sure if this is what to use.
I would like to enter a case number into my site and when the user pushes go button, it goes to the www.uscis.gov site,enters the case number into the USCIS case status textbox, AND pushes the Go button.
OR
Is there an easier way to access their https://egov.uscis.gov/cris/caseStatusSearch.do
Vimal KandasamyPosted Mar 5, 2009, 11:44 PM
Up to my knowledge, this is not possible..we can redirect into a page but we cant decide the actions, i think so...
usually while redirection,we can pass a value in the query string ...
like
http://www.c-sharpcorner.com/Forums/AddPost.aspx?ThreadID=55432
but
in https://egov.uscis.gov/cris/caseStatusSearch.do
they did not pass value through query string...
they encrypt it, i think so..
so this is too difficult ...
if you got solution for this, please share it with us
thank you.