So I have a .js file that I want to run with a variable in it--and what I have is basically:
http://blah.com/a.js&id=100
and within a.js I have:
window.open('http://wharg.com/blah.jsp?seller='%id, 'var_here, features);
but that doesn't work.
http://blah.com/a.js&id=100
and within a.js I have:
window.open('http://wharg.com/blah.jsp?seller='%id, 'var_here, features);
but that doesn't work.