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 SkipVought 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: *

  1. juanferman

    Backslash problem on Mac

    Yea, I tried that before the posting. Once you declare the variable str = "C:\\foo\folder\dork.txt"; the "\" is escaping the string "\\", "\f" and "\d" Just try str = "C:\\foo\folder\dork.txt"; alert(str) and you will see what I'm talking about. Thanks =================== ::-) Juan F...
  2. juanferman

    Backslash problem on Mac

    Hey Guys, I'm having a hard time trying to get the file name from a Mac Path like C:\\foo\folder\dork.txt I have a file upload button that onchange event takes the path and extracts the file name. Then it puts the file name in a free text filed in order to allow the user to tell what file name...
  3. juanferman

    ATG Dynamo5

    I really need your help.... I'm not an expert on Red Hat Linux and I have to install ATG Dynamo5. The first step of the installation says: ------------- When installing Dynamo on UNIX, it is recommended that you create a user ID specifically for Dynamo and use it for installing, maintaining...
  4. juanferman

    Abstract classes vs. interfaces

    Thanks a lot haslo :) =================== ::-) Juan F. Sarria
  5. juanferman

    Abstract classes vs. interfaces

    I just face up this question and I want to check with you guys what is the right answer... What is the difference beetwing Abstract classes vs. interfaces and a simple sample. Thanks =================== ::-) Juan F. Sarria
  6. juanferman

    serialization & synchronization

    Thanks sedj By the way, do you have some practical small sample ? =================== ::-) Juan F. Sarria
  7. juanferman

    serialization & synchronization

    After many different definitions, can someone give a final simple answer to.. What is the difference between serialization and synchronization? =================== ::-) Juan F. Sarria
  8. juanferman

    Can someone answer this

    Thanks again sedj and byam, now I know the truth. Have a good weekend guys. =================== ::-) Juan F. Sarria
  9. juanferman

    Can someone answer this

    Thanks a lot guys, Actually the answer that I gave to the above question was: 2 and 4. Any other thoughts ? =================== ::-) Juan F. Sarria
  10. juanferman

    Can someone answer this

    Guys, I like to get the answer for the following question: What access control keywords should you use to allow other classes to access a method freely within its package, but to restrict classes outside of the package from accessing that method ? Select all valid answers 1. public 2...
  11. juanferman

    Make a DataBase Buckup

    Thanka a lot. But I'm just starting with Oracle. How can I create the dump file ? =================== ::-) Juan F. Sarria
  12. juanferman

    Make a DataBase Buckup

    Hi guys, I'm using Oracle8i on a windows box, and I have to make a database buckup to install that database on a Unix box. Anybody of you know how can I do that ? Thanks in advance. =================== ::-) Juan F. Sarria
  13. juanferman

    Number of elements in a Form

    Thank you so much guys. Both got a Star. See you soon. =================== ::-) Juan F. Sarria
  14. juanferman

    Number of elements in a Form

    Hi guys: Any body of you knows how can I get the number of elements into a form ? There is any way to also know what type of element is, checkbox, text, etc ? Thanks in advance =================== ::-) Juan F. Sarria
  15. juanferman

    include does not work

    Do you know why <jsp:include page=&quot;../include/menutop.htm&quot;/> does not show nathing ??? Thanks =================== ::-) Juan F. Sarria
  16. juanferman

    Anybody know how to connect oracle with jsp ??

    Hi guys. Anybody know how to connect oracle with jsp ?? Thanks a lot =================== ::-) Juan F. Sarria
  17. juanferman

    anybody know how to link jsp with oracle??

    Hi guy. Anybody know how to link jsp with oracle?? thanks a lot =================== ::-) Juan F. Sarria
  18. juanferman

    Why request.form does not work ?

    Thanks but note that the form is ENCTYPE=&quot;multipart/form-data&quot; The point is how can I read data from this kind of forms. =================== ::-) Juan F. Sarria
  19. juanferman

    Why request.form does not work ?

    I have this form: <form method=&quot;post&quot; name=&quot;form&quot; ENCTYPE=&quot;multipart/form-data&quot; action=&quot;save.asp&quot;> <INPUT type=&quot;hidden&quot; name=&quot;Name&quot; value=&quot;peter&quot;> <input type=&quot;file&quot; name=&quot;Imagen&quot; size=&quot;40&quot;>...
  20. juanferman

    Folder Contnet List

    Hi guys, Any body knows how get the list of files into a specific folder ? I need to read the folder content. Thanks very much for any help =================== ::-) Juan F. Sarria

Part and Inventory Search

Back
Top