Can I do Cross Site Scripting. I wanna access a variable from other page which is on different site. Is it possible? I have two a frameset with two frames. One frame contains my Controls/Buttons and the other frame referencing a different site. which has the lot of input fields. I want to fill it automaticaly by pressing the button from my frame. Can anybody help me? Thanks
What does "different site" mean? Another domain? If so, that's not possible. Javascript cannot access other domains.
If the page that you are trying to fill in uses a "GET" method to get some data and then fill it in a form, you can do it. Bye