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...
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="Content-Type" content="text/html...
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
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
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...
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...
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...
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...
Brilliant, thanks very much to both of you, the path bit got the javac command recognised...
But unfortunatley it still won't compile the the java files. Can I check with you that I created the files correctly?
What I did was copy and paste some java code into a text editor. I then saved the...
I think I've narrowed down the problem... The way I created the 4 classes was using a text editor and then just saved as .class
I figured out now that I have to use Dos to recompile my class files with:
javac *.java
But I now get the error:
'javac' is not recognized as an internal or...
I'm completely new to Java but I was working through a tutorial.
Firstly, I created four class files... I then used command prompt to drill down to the folder I had saved the class files in. I then typed the command: java checklinks
It came back with this error:
C:\Documents and...
Hi Guys, thanks for your help.
I'll elaborate on what I was trying to do:
I'm trying to "get" the flat html pages from altavista's search result page. Once I've got it, I then want to apply some server side scripting to check in the code to see if my domain is listed, and hopefully...
Hi All,
I need to be able to call up an external web page, so I can check for certain info on that page.
I've tried doing via http this with coldfusion using the <cfhttp> tag, the only problem is that the page appears to time out and as such truncates. I was recommended by someone that java...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.