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...
Sample code to develop a parser in perl which parses the Text file. The Text file consits of Time and data with comma separated values. The parser should then insert the parsed values into database
The requirement is to display popup window which always stay on the top of opener (i.e. parent window) . These popup window acts as a Look Up Table and user should be able to enter values into textfield of parent window by looking at popup window.
After typing the values the user closes the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.