Click here to Skip to main content
15,881,139 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi Guys,

I have requirement to set the textbox values and call button click event on another website from

my local application .


eg : you have website abc.come with textbox and button

and another website xyz.com from this i want to hit button click event of abc.com website


Can you provide me a ways to how i can do this.
Posted
Updated 24-Apr-14 4:00am
v3
Comments
Sampath Lokuge 24-Apr-14 8:11am    
Your requirement is not clear.So can we have more info ?

1 solution

You can't.

It would be unsecure if a website could interact with another.
You can only communicate between websites of the same domain or between websites that are willing to communicate with each other (CORS https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS[^]).
 
Share this answer
 
Comments
er.munishyadav 25-Apr-14 2:16am    
Thanks for you reply.

how i can Authenticate "Oracle Enterprise Performance Management System" through my Application.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900