I am able to call Cgi file from javascript function and also able to pass QueryString to the cgi file like this
window.open("http:/localhost/hello.cgi?name=value)
But the cgi file doesn't reads the value when i say $in{name}.
Also i am not able to write the values back into parent window from cgi file.
Thanks
Bansi
window.open("http:/localhost/hello.cgi?name=value)
But the cgi file doesn't reads the value when i say $in{name}.
Also i am not able to write the values back into parent window from cgi file.
Thanks
Bansi