On the following page
http://www.broadbandbasics.co.uk/test2.jsp?URL=http://tracker.tradedoubler.com/click?p=1103&a=991748&g=6427
I want the browser to be forwarded to the URL begining http://tracker
and to pop up another window containing the URL - http://www.javascriptkit.com
The code I am...
Thanks I did that and it worked. However now I get the following errors even though my MyBeans does exist in the webapp. Any ideas why it cannot import MyBeans?
C:\tomcat\webapps\www.popmates.com\WEB-INF\classes>javac profilePost.java
profilePost.java:11: package MyBeans does not exist
import...
OK I have checked and I do have a file called servlet.jar in directory TOMCAT_HOME/common/lib but I am still not able to javac.
Can you think of a reason why javac cannot seem to find this file when I run it.
Could this be something to do with setting the environment variables for tomcat and...
I recently had to reformat my hard drive and I am trying to rebuild an application. I had the actuall webapps part of the application backed up but not the rest of tomcat.
So I have download tomcat and installed tomcat and copied across the webapp.
Now when I try to javac one of my servlets I...
I have the following table which stores entries "content" submitted by users "submitname" about celebrities "celebname"
CREATE TABLE submit (
id int(10) NOT NULL auto_increment,
celebname varchar(50) default NULL,
content varchar(255) default NULL,
date_modified timestamp(10) NOT NULL...
I know that there is way to do this because I have actually seen tiny pop up windows which do not have the minimize, maximize and close buttons.
Does anyone know how to open a window without those buttons?
Andy
I am trying to create a 1 by 1 pixel pup up window, however the smallest I seem to be able to get the window is about 100 * 100. The reason for this seems to be because of the window minimize, maximize and close buttons.
So my question is - is is possible to get rid of the bar containing the...
When I run the following query
select count( username) as count, username
from friends
where status="validated"
group by username
order by count;
it gives me a list of each username in the and how many times it appears in the friends table
Can anyone tell me how to rewrite this query so...
I am new to using indexes and need a little help. I want to create a index to help the following statement run faster, can anyone suggest which would be the best index to create
select * from profile, album, movie, book, contact
where profile.album = album.albumid
and profile.movie =...
I have been running tomcat on windows xp for 9 months now with no problems.
Today I was working with tomcat when my computer crashed. When I restarted my computer and then tryed to restart tomcat it would not work.
Each time I start it from the command line it tries to start and after a few...
When I put fr2.flush();
I get the following error
inviteMailServlet3.java:128: cannot resolve symbol
symbol : method flush ()
location: class java.io.FileReader
fr2.flush();
^
Can you tell me what I have done wrong?
Andy
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.