i have a problem. i have a website containing data about users and i have full access to its code (lets say website1.com). and there is another website (let's say website2.com). i can access website2.com only as user and i have no access to any of its code. website2.com has a webworm where i should enter information about users from website1.com manualy. so i started to think about some javascript script which can take info from website1.com and enter it into the form to website2.com. but as you know no browser allows to access iframe wrom another domain. so i desided to try to send post request from website1.com to website2.com. and i failed again.so guys if somebody knows how to solve my problem with minimum efforts (without writing some complicated programs with accesing ram data and bla-bla-bla) please let me know!thanks for you attention. any help appriciated!