How to copy and paste text from one page to another page using jquery?
Posted
by
ischnura
on Stack Overflow
See other posts from Stack Overflow
or by ischnura
Published on 2010-12-29T17:12:11Z
Indexed on
2010/12/29
17:54 UTC
Read the original article
Hit count: 247
I have to copy repeatedly data (contact info such as name, surname, telephone...) from form A (page 1 in domain x.com) to form B (page 2 in domain y.com)
I have been thinking about creating a chrome extension with the help of jquery to copy the data from form A, and inject it form B...
I have a feeling that this is not the best way to solve this problem...
What do you think is the best way to copy and paste data from pages in different domains?
© Stack Overflow or respective owner