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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by rcusr

  1. rcusr

    ping an email

    Thanks for the pointers... Heres why I'm being stealthy - In the industy I work in there can be is normally quite a large turnover of staff... as such our email lists tend to get quite a few bounce backs. Rather than cleaning off these bounce backs I was hoping to run a monthly check across our...
  2. rcusr

    ping an email

    ok thanks
  3. rcusr

    ping an email

    Thanks, but not quite what I was looking for... I was hoping to be able to check if a user still exists, without them getting an email from me.
  4. rcusr

    ping an email

    Is there a way to ping an email address?
  5. rcusr

    User agents

    That works perfectly... thanks very much!
  6. rcusr

    User agents

    Hi, Thnaks for the reply... I've set up the script but I think I may have done something wrong as it maxs out my CPU and crashes my IE. Here's the pages code: <html> <head> <title>Find Something</title> <meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html...
  7. rcusr

    User agents

    Hi all, Is it possible to create a user agent in JavaScript. i.e. something that would cycle through the flat page content to check for certain snippets of code? If so how would I go about setting something like that up? Thanks, Richard
  8. rcusr

    internet headers

    Hi All, Is it possible to access the headers of the page using javascript? btw NOT the <head> tags... the bits like mimetype etc. Thanks, Richard
  9. rcusr

    I have a dynamic external .cfm file

    I have a dynamic external .cfm file with some variables. It outputs a lay out like this...
  10. rcusr

    Installing JavaServer Web Development Kit

    Thanks but I managed to get it sorted out... I didn't have the file servlet.jar, but I was recommended to download tomcat (apache server) which had the file I needed in. Thanks anyway, Richard
  11. rcusr

    Installing JavaServer Web Development Kit

    I tried what you suggested but I received this error: C:\Documents and Settings\rcooper\My Documents\java\practise>javac ExampServlet -classpath c:\j2sdkee1.3.1\lib\j2ee.jar javac: invalid flag: ExampServlet Usage: javac <options> <source files> I then added the path c:\j2sdkee1.3.1\lib\ in my...
  12. rcusr

    SE Urls' ¦ CGI problem

    I've been looking into setting up Search engine friendly url's .... All of the methods I've come across so far rely heavily on the use of CGI variables. This is a bit of a problem since not all browsers support cgi and Norton firewall has also been know to scramble the variables... Is there...
  13. rcusr

    Installing JavaServer Web Development Kit

    I'm having trouble getting j2sdkee1.3.1 to work. I've downloaded and run the install for j2sdkee1.3.1. I then set the environment vars as follows: J2EE_HOME=C:\j2sdkee1.3.1 JAVA_HOME=C:\j2sdk1.4.1_02 and added the path: C:\j2sdkee1.3.1\bin But when I ran a test serverlet I got an error...
  14. rcusr

    I'm completely new to Java but I wa

    Is there a command that I could use in its place or perhaps is it possible to run multiple versions of SDK?
  15. rcusr

    I'm completely new to Java but I wa

    Slight exaggeration... I tried compiling the them separately and managed to get the following done: ISpiderReportable.java HTMLParse.java I then did some trouble shooting and managed to get this one two compile into two classes?: Spider.class Spider$Parser.class So now I'm struggling with the...

Part and Inventory Search

Back
Top