Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by bansi

  1. bansi

    Is it possible to call Cgi Filefrom JavaScript Function

    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...
  2. bansi

    Parser in Perl

    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
  3. bansi

    PopUpWindow Should Always Stay on Top of Parent Window

    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...

Part and Inventory Search

Back
Top