2

I wanted to pass this object in the Javascript Window.open() parameters but so far i havent found anything helpful { name:"xxx", age:21, country:"xxx" }

im a beginner in this so i havent really tried anything else

  • Does this answer your question? [How to pass object data to a window.open()](https://stackoverflow.com/questions/47662164/how-to-pass-object-data-to-a-window-open) – Simone Rossaini Mar 23 '22 at 10:50
  • There are different options. You might also wanna check out [this thread](https://stackoverflow.com/questions/901115/how-can-i-get-query-string-values-in-javascript) and read about [query strings](https://en.wikipedia.org/wiki/Query_string). But the linked thread is just one part of the story but you need to get the parameters into the URL in one tab and retrieve them on the other (the latter is described in the thread). – Mushroomator Mar 23 '22 at 11:00
  • Please provide enough code so others can better understand or reproduce the problem. – Community Mar 23 '22 at 11:26

0 Answers0