auto entering the text in browser
-
I have one web based application. Assume it's URL is www.xx.com. It accepts some information like Name, Address, SSN. I am also using one third party web based application, say www.yy.com. The data entered in www.xx.com gets stored in my application. After saving it, I have to enter the same data on www.yy.com to get the more information about the person. I don't want to enter the same infomration in my web application i.e. www.xx.com and again enter it in www.yy.com. Is it possible that whatever data is entered in www.xx.com, will automatically get entered in the text boxes of www.yy.com using javascript or any other technique? Thanks in advance.
-
I have one web based application. Assume it's URL is www.xx.com. It accepts some information like Name, Address, SSN. I am also using one third party web based application, say www.yy.com. The data entered in www.xx.com gets stored in my application. After saving it, I have to enter the same data on www.yy.com to get the more information about the person. I don't want to enter the same infomration in my web application i.e. www.xx.com and again enter it in www.yy.com. Is it possible that whatever data is entered in www.xx.com, will automatically get entered in the text boxes of www.yy.com using javascript or any other technique? Thanks in advance.