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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: kavi98
  • Content: Threads
  • Order by date
  1. kavi98

    java servlets!! please Help

    Hi , How do i run a servlet on a unix server,the import that do to the servel are suppose to have my company path like com.company.java etc. Please help as i am totally new to this. Thanks
  2. kavi98

    creating a file

    When i try to create a file and write it to the path given it generates an error and the file is not created ,is it the directory rights or the way i am doing it the reason for its failure ,as i have checked the rights on the directory and there is a write access on it. $filename =...
  3. kavi98

    Jsp environment

    Hi I am a totally new at the jsp stuff,I am using a unix envronment for writting the .jsp application ,Please can you tell me how i can go about this environment . I have tomcat installed on my desktop ,do i need to put in the server address in it or it just needs to know where my java files...
  4. kavi98

    cwd

    I am running my script in the cgi-bin but i am storing files generated in the script three directory structure up to the location of the script i am giving absolute paths ,but when i run the script it generates an error. I am using Cwd and then chdir to change to directory i want to store the...
  5. kavi98

    the symbol for a round bullet

    I think this is a very silly question ,but do you know the symbol for round solid bullet .
  6. kavi98

    need to put data of a file in an element

    Hi , I need to put in the contents of a file in an element, How can i do it ,as i have tried to create a .sql file with a update in it ,but it gives an error. the contents of the file are large. Thanks for the help.
  7. kavi98

    need to pass on a file from a form to cgi script to perl program

    the html form is to take the file name upload it to the cgi script and then the file is to be passed on to a perl program to be used in execution there. the form <!Form to upload a text file to generate a script .> <HTML> <HEAD> <TITLE>Uploading File</TITLE> </HEAD> <BODY> <FONT size=6...
  8. kavi98

    cgi script to upload a file and use it in a perl script

    I Have no experience in writting CGI scripts,so i am kind of stuck even how to start,if anybody can guide me how to go about it ,it would be great. I am trying to upload a file through a cgi script and then pass the file to the perl script.The passing of the contents of the file are totally...
  9. kavi98

    browse button to pop up a filesystem on the desktop

    I am trying to generate a browse button on a form which pops up the filesystem of the current desktop. Thanks Kavisha.
  10. kavi98

    create a browse button to access the file system of the desktop

    Hi , I want to create a cgi script for a form which uploads a perl script or a text file from the desk top. I confused about the browse button on the form. Thanks for the help in advance.
  11. kavi98

    to move tab form one subform to another

    I have a main form and three subforms on it but when i try to move the tab from one subform to another it saves the record and again goes back to the beginning of the same subform,is there a way i can get the tab to go to the next subform. and when i am one the thrid subform the tab to move to...
  12. kavi98

    when i save data in an array and th

    when i save data in an array and then try to access it element wise ,what loop condition do i give to stop it. #!/usr/local/bin/perl sysopen SOURCE,openfil,2 or die &quot;can't open file SOURCE &quot;; @_ = <SOURCE>; while (<SOURCE>) { foreach $line (@_) {...
  13. kavi98

    transfer data from one file to another

    I am trying to write a script which takes data from tab diliminted text file ,and stores it in an array and then i want to replace it in an xml file . the code... #!/usr/local/bin/perl sysopen SOURCE,openfil,2 or die &quot;can't open file SOURCE &quot;; $nfo = <SOURCE>; close SOURCE; print...

Part and Inventory Search

Back
Top