0
Good evening, I’m trying to make a javascript command that redirects to an html page and add some characters in the final text, example:
index.html
after the command (take the previous value of the link and add +abcd at the end):
html indexabcd.
And if it was a page with another name, for example:
Joao.html
With the command would be:
joaoabcd.html
I thank those who help