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

  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

    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...
  3. 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
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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
  9. 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!
  10. 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...
  11. 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
  12. 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...
  13. 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...
  14. 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...
  15. 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...
  16. caffeinerusher

    Breaking ALT Text

    Hi, Is there anyway to add a break to ALT text? I am required to add ALT to all images, but some of the images are required wordy ALT text. It would look much better if I could break it up to multiple lines. Thanks for the help. --Caffeinerusher
  17. caffeinerusher

    Help with a tricky script

    I am trying to create a script that will take text confined in a table and will automatically make each line into a DIV. I would like to be able to take the text and manipulate it one line at a time. Any thoughts? I did not know if I could use the delared table widths to tell the script where to...
  18. caffeinerusher

    Crashing Homesite with the validator

    Yesterday, I was working on a page and after I had finished I went to validate me code. Homesite locked up!! I tried a couple of times and it still locked up. I even had 2 other people try to use their computers and it locked theirs up too. I found the problem to be an event that was calling a...

Part and Inventory Search

Back
Top