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: juanferman
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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
  4. 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
  5. 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...
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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
  11. 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;>...
  12. 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
  13. juanferman

    Associative Arrays in VisualBasic

    Hi guys, Any body of you know if VB has associative arrays ? I can't find them... Thanks =================== ::-) Juan F. Sarria
  14. juanferman

    Javascript Enable

    Hi guys, Do you know how can i know if the browser has desable javascript ? There is any way to submit a form with out javascript (e.g using VBScript or so ) ? Thanks in advance, any help will be very helpfull. =================== ::-) Juan F. Sarria
  15. juanferman

    CDONTS Permission denied

    Hi guys, I'm here again. I have problems. When I try to run an script to send emails using CDONTS I have the error: Permission denied in the line 12 (objNewMail.Send) Can any body of you help me solving this issue ? Thanks very much. The Code that I'm using is: <% Set objNewMail =...
  16. juanferman

    Change cell bgcolor

    Hi guys, Can anybody tell me how can I change the bgcolor of a cell. i'm in other cell and when I put the mouse over I want to change the bgcolor of other cell. It's urgent. Thanks in advance =================== ::-) Juan F. Sarria
  17. juanferman

    Get Cookie from other Path

    Hi guys, I saved a cookie with path=&quot;/first&quot; Now I'm in other path and I need to read that cookie. How can I do it. Document.cookie only get the cookie for the actual path. Thanks a lot for your help. =================== ::-) Juan F. Sarria
  18. juanferman

    Get date file

    How can i know the date of a file ? Thanks =================== ::-) Juan F. Sarria
  19. juanferman

    Read html content from ASP

    Hi guys, Any one of u knows how can I read html content from ASP ? Like ColdFusion does with CFHTTP and CFHTTP.FileContent ? Thanks in advance. =================== ::-) Juan F. Sarria
  20. juanferman

    Allow use Tab Key in word form

    Hi guys, Any of you knows how allow the TAB key to jump between fields in a word form document ? Thanks =================== ::-) Juan F. Sarria

Part and Inventory Search

Back
Top