Hi Everyone,
Can anyone please help me.
I have a normal HTML file, sample.html that contains a single HTML button.
When the user clicks on the button of my HTML file located on my desktop, I want to open my another web page and trigger the click event on the button of that page.
i.g www.example.com/Login is my external page which is currently live, and that page contains one login button. I want to trigger the click event on the button from my HTML page using JQuery. This is possible?
Can anyone help me, please?