Posts by kauan • 3 points
1 post
-
-2
votes1
answer24
viewsQ: Include in a variable url conunt javascript 'console' Chrome
var account = 1 var account = 1 + 1 window.open('/test/number/11965/', '_Blank') I need to replace the value of 11965 by variable account so that it remains window.open('/test/number/COUNT/',…