Need some help below:
Page 1 URL: www.example.com?name=emily&email=example@gmail.com
My current code on www.example.com/index.html:
<html>
<head>
<meta http-equiv="Refresh" content="0;url=www.test.com">
</head>
</html>
How do I write a code to pass the value of "name" and "email" to another URL?
It will look something like below
Desired Page 2 URL: www.test.com?name=emily&email=example@gmail.com
Sorry guys, I'm quite new to html and Javascript, please help me to modify my code by adding the required code so I can just use it and run. Thanks in advance!