How to fill out another website form with data on my own website

Here's what, I have a form on my website that looks something like this:

Name: ----

Surname: ----

.

.

.

something like this, I am working with a site that should send this information, and re-enter these requests on this site with the same fields.

This means that I want to copy the data of my forms into the target form of the site with the same fields.

I do not have access to the target site codes, and I'm just a user there.

So, I want to know if there is a way to use jQuery, javascript or something to help me make a button when I click on this copy of the data from my site to the target site.

Is it possible to access another tab of the browser page inside another? !! with jqyery?

Thank you in advance

+4
2

, .

get(), . , , - , - , , , , DOS.

, . Javascript /

+1
var w2 = window.open("Website you need to fill the form"); 

w2 , .

0

All Articles