I got two html page A and B. When I click a link in A, I want to open B and pass a value to B. Then this value will be added into a text input in B and a button in B will be click automatically?
How to achieve this function?
I got two html page A and B. When I click a link in A, I want to open B and pass a value to B. Then this value will be added into a text input in B and a button in B will be click automatically?
How to achieve this function?