Good evening, I'm trying to make a javascript command that redirect to an html page and add some characters in the final text, eg:
index.html
After the command (take the previous value of the link and add + abcd at the end):
indexabcd.html
And if it was a page with another name, for example:
joao.html
With the command would be:
joaoabcd.html
Thanks to anyone who helps