I have a link mounted with variants of an email marketing, clicking on the link would like to pass some information on it and display them on the other page.
That is, this would be it:
Link example: www.siteexemplo.com.br?nome=gustavo?idade=12
By clicking this link, the next page will read the URL and display the data:
Dados
Nome: Gustavo
Idade: 12
If possible, in JavaScript.