i have this link and this variable:
var fin = \"SAT000000002574\"; \"http://sat3.altervista.org/index.php?id=\'+fin\'\"
I don\'t know how i hav
You can just simply using a + to concatenate the fin variable here:
+
fin
var fin = "SAT000000002574"; "http://sat3.altervista.org/index.php?id="+fin