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 strongm 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: Jeto
  • Order by date
  1. Jeto

    DOS with Borland

    You can create a *.cpp file, and then close all the files that the C++ builder opened, then double-click the "DOS" *.cpp file, then the C++ builder will load the *.cpp and applies a default project for you to complile and run the "DOS" *.cpp. (Tested under C++ Builder 5)...
  2. Jeto

    Top menu and the select option

    O, in the Internet Explorer, the <SELECT> object has the highest priority in the display. If you want to make the submenus, I sugguest that you use the <DIV> to simulate the <SELECT>. Coding is the worst thing I had done.
  3. Jeto

    Submitting an &lt;IFrame&gt;

    <form target=&quot;...(the iframe's own name or id)&quot;> ... Coding is the worst thing I had done.
  4. Jeto

    Client IP Grabbing

    The upper code doesn't work under IE. Here: <object classid=clsid:{248DD896-BB45-11CF-9ABC-0080C7E7B78D} name=winsock onerror='alert(&quot;You have no this COM.&quot;)'></object> <script>alert(winsock.localIP)</script> Coding is the worst thing I had done.
  5. Jeto

    String Splitting [ and Joining ]

    Try: strArr = strSomething.split( strDelimiter ); strArr.toString(); Coding is the worst thing I had done.
  6. Jeto

    Login page to your website using ASP

    It should be impossible. Coding is the worst thing I had done.
  7. Jeto

    textarea question, I know there's lots of reference but this is good

    onchange=&quot;...&quot; or ondatachange=&quot;...&quot; I do not remember well, just try them yourself. Coding is the worst thing I had done.
  8. Jeto

    Question referring to classes

    Well, chipperMDW is kind.
  9. Jeto

    Oopen password protected page

    Maybe, you can encrypt the password by a simple way, such as &quot;h&quot; -> &quot;m&quot;, &quot;m&quot; -> &quot;n&quot;, ...
  10. Jeto

    ASP Javascript problem

    You should have a clearer image about server script(ASP) and client script(JavaScript) first.
  11. Jeto

    exception system

    Just got back to the office. I don't think it's in the insertion agorithm as I do not insert anything as the tables are already sorted beforehand and therefore all I do is append it at the end. Also, the function that reads the table and writes them to memory is located in a different one...
  12. Jeto

    exception system

    Has anybody encountered this type of error exception system: exiting due to internal error: exception dispatch or unwind stuck in infinite loop I'm using an ORACLE database for all of my reference tables and loading them to memory for faster binary searching.

Part and Inventory Search

Back
Top