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 bkrike 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: coolago
  • Content: Threads
  • Order by date
  1. coolago

    Tomcat dies frequently after migrate from linux to win server 2003

    The tomcat application has served very well in linux for almost half an year. But 7 days ago we're told that the operation system of the two servers must be changed from liunx to windows server 2003 stand edition. It's an order from our clients that we must obey, so we migrate our project...
  2. coolago

    Make a cron job to run a servlet in browser everyday?

    We need to run our servlet at 20:00pm everyday, so a cron job is required on the linux server to activate this servlet. Could anyone please give us some advice? Thank you very much. --------------- Now we imeplement this successfully on Microsoft Window os, e.g. the servlet is...
  3. coolago

    How can we change the alpha No. display in the column caption bar

    Now it will show A, B, C, D ... in the column caption bar, but we need to change them, e.g. display "EquipName" instead of "A" in the first column, display "ModelNo." instead of "B" in the second column, display "Description" indtead of...
  4. coolago

    How to upload multiple files just at one time?

    Every month our client will receive many monthly reported excel documents from their subsidiary companies. Then they'll upload these excel documents to the server through an upload page. It's a b/s system that helps to parse upon excel files and store corresponded data into the database. But...
  5. coolago

    How to communicate with Excel in the clipboard?

    Now we have an equipment maintenance module that helps our guests to store and track all the equipments they had, but now the problem is that our guests require the Equipment Paste function. E.g. every month they will receive an excel document from their colleagues which describes the latest...
  6. coolago

    Why animation gif doesn't move when not hided?

    Now we hide the animation gif from showing when the page loaded, then we'll pop up a dialogue to ask the user whether to update the database. If he click the YES button then we'll set the animation gif showed while hide it again until the database update work done. But the problem is that when...
  7. coolago

    How can i use the "debug the project" function when Tomcat?

    Now we can debug into the java code when our system deployed on Weblogic, but it does not work when it deployed on Tomcat, could anyone please tell me what's the problem? Because now there are some bugs from our client needed to be fixed as soon as possible, but these problemes only exist when...
  8. coolago

    How can i submit the form to a new popup window in required style

    Now i need to submit a form and show the result in a pop-up page. But the problem is that we're required to set the pop-up explorer window some special property, e.g. no menu bar, no tool bar, and the most important is that there should be no adress bar in the pop-up InterExplorer. How can i do...
  9. coolago

    Why these codes ok in IE but disorder in Netscape4.7?

    <!----------------------------- begin of buyer_vipshow_all.jsp --------------------------> <table width=&quot;100%&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;> <tr> <td class=&quot;b-title&quot;>VIP Showroom</td> </tr> <tr> <td...

Part and Inventory Search

Back
Top