how to pass javascript variable into perl cgi


//Javascript variable ------->PERL variable

var arrValues = ["Sam","Great", "Sample", "High"];

var boss = "Anop Singh Ranawat";

window.open('http://localhost/cgi-bin/try.cgi?name=' + arrValues , 'YourWindow');


enjoy.............................

Comments

Popular posts from this blog

How to solve: Geany tried to access the Unix Domain socket of another instance running as another user. This is a fatal error and Geany will now quit?