0
I have a link mounted with various email marketing, when clicking on the link I would like to pass some information on it and display it on the other page.
I mean, that would be it:
Example of link: 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.
Possible duplicate of How to read Javascript URL values (Querystring)?
– Woss