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

  1. caffeinerusher

    jsp in apache htdocs pointing to tomcat

    Hi all-- I am running apache 1.3 and tomcat 4.0. on Windows XP. I would like to keep both .html and .jsp in my htdocs folder. But have jsp sent to Tomcat. Can someone help me with this configuration change? Thanks --Caffeinerusher
  2. caffeinerusher

    Help with advise on Unix ! !

    Well I'm not an admin myself, but I work with them. Our production support admins don't do alot of scripting. Generally they use basic Unix commands, FTP, CHMOD, etc. When the programmers screw something up, the admin doesn't fix it, just recognizes the error, then gets the programmer out of...
  3. caffeinerusher

    JNDI Question for a newbie

    Hi-- I am working on a J2EE project and am trying to put together a simple example as follows: 1. JSP page with a simple form. 2. A controller servlet 3. EJB When the user does a 1 of 2 tasks, the controller servlet calls on a method located in 1 of 2 EJBs. The EJB would pass a string back to...
  4. caffeinerusher

    Getting the date from the server?

    I could do it with a JSP, but currently that pages I need to work with are not jsp. That is why I am looking for a javascript solution, if there is one. Thank you for the response. --Caffeinerusher
  5. caffeinerusher

    Getting the date from the server?

    Hi all, Is it possible to access the date/time on the server using javascript. I can get the date/time of the machine, but I need something a bit more reliable. Any Ideas? --Caffeinerusher
  6. caffeinerusher

    HTML FORM--SELECT/OPTION ?

    Hey all, I'm using on option box for a little piece of navigation. Select a url from the list and click "go" and you are taken to that url. My question is that I have a selection with no value that serves to label the option box. When you go to a url and then click back I would like...
  7. caffeinerusher

    Simple Servlet Example Please

    I'm looking for a simple servlet example to learn from. All I would like to see is an HTML form with a single text field and a submit button. On Submit, the servlet email s the contents of that text field to a defined email address. If anybody has some code I could view, it would be appreciated...
  8. caffeinerusher

    Java Junior needs HTML form processing help

    Hi- Currently I have about 4 cgi scripts that process HTML form data. All they really do is take the form data and send it out in an email. Is there a way to create something in Java that would do the same function, but it could be used for any of my html forms. For example...If I were to...
  9. caffeinerusher

    Javascript DOM Problem-Urgent

    Hi, I have a link on a page with a declared class and a declared ID. There is a rollover on this link that calls a javascript function. The ID of the link is passed to the function. Using this value, I need to access the className of that link. For instance.. theID is the value of the ID passed...
  10. caffeinerusher

    What browsers do you support?

    For any of you corporate or e-commerce developers out there. What browsers do you support? I am forced to support Netscape 4.x IE 4+ on both PC and Mac. I am trying to collect some data that would help support an effort to no longer support Netscape 4.x Any help is appreciated. --Caffeinerusher
  11. caffeinerusher

    Text Rollovers in Netscape 4.x

    I am coding a navigation bar that needs to have simple rollovers. Each link is contained in a table cell. The navigation needs to be text only--no graphics. What is the best workaround for changing text colors onMouseOver in Netscape. Thanks!
  12. caffeinerusher

    Table inside other table has garbage in it

    If you are using an image as a background in a table, keep in mind that IE and Netscape treat tables background totally different. IE for instance, will take a background image and use it once for the entire table. Netscape however will tile the image in each <TD>. If you post some of the table...
  13. caffeinerusher

    Positioning nested tables using style sheets

    Hello. I need to find a way to decrease the instances of transparent gif in my pages. Currently the are used for positioning and spacing. I have used the margin-left and margin-top styles for positioning of images but I have another problem. If I try to use margin-left to position a nested...
  14. caffeinerusher

    JSP vs. XSP

    Hi all, Does anybody have any experience with both JSP and XSP? I'm looking for some pros and cons of each. Any information will be helpful. --Caffeinerusher
  15. caffeinerusher

    The attributes &quot;ID&quot; and &quot;Class&quot;

    As I understand it, ID will be replacing NAME when identifing an object. You see this change when writing pages that comply with XHTML standards. Hope that helps a little. --Caffeinerusher
  16. caffeinerusher

    Javascript to Detect Flash Plugin

    Hi, I need help with some javascript that will detect a flash plugin. If the browser has the plugin, it needs to show the flash, if it does not, it needs to show a static image. I can only seem to get the script to partially work. I need it to work on IE 4.0+ Netscape 4.0+ for both PC and MAC...
  17. caffeinerusher

    automating login with rsh

    Hi -- I'm writing a script and in it I need to connect to a remote host and then run a number of commands. The problem is that I cannot connect to the remote host without entering my password. I don't mind doing that, but when the password prompt comes up (prompted by the rsh command) and I...
  18. caffeinerusher

    Optimum load time per page?

    I have been told the industry standard is no more than 8 seconds on a 56K. That is the standard we use for e-commerce developement. But the faster the better! --Caffeinerusher
  19. caffeinerusher

    Writing a mail form to a log file?

    Hello, I have a simple form that a customer fills out and submits it. A CGI takes the contents of the form and sends it as an email. Do do some recent problems with our server it has been requested that I also write the contents of the form to a log file. I would need each submission of the...
  20. caffeinerusher

    Dreamweaver HTML Validation???

    Hi, I use a combination of Dreamweaver UltraDev and Homesite. The two biggest features in Homesite I use are the ability to edit files directly on the server. The second is the code validator. Dreamweaver doesn't seem to have anything that compares. I have written bogus HTML code and...

Part and Inventory Search

Back
Top