Hello,
I would like to implemet a pop-up box. However, my idea is to have the background fade, e.g. everything behind the box becomes a little darker.
I am wondering what is the best way to do it - do I have to create an invisible element which at the correct moment becomes visible.
Moreover...
Hi all,
I try to asynchronously pass a request to a servlet using the XMLHttpRequestObject.
When I use method GET in open(), the request seems to be sent, but the servlet receives an empty(null) request and it returns a default response (not the required one).
When I use method POST, I also...
Hi all,
I'd like to access a servlet, which resides in the following directory:
tomcat/webapps/myApp/WebContent/WEB-INF/classes/myServlet
In my web browser I'm typing: http://localhost/myApp/WebContent/servlet //result - "the requested resource is not available"
(I have done the...
Hi all,
I get the following error when trying to run a test.php file:
Not Found
The requested URL /test.php was not found on this server.
the test.php file is in the htdocs directory in apache.
I have PHP 5 installed and I've added the following to the httpd.conf file:
DocumentRoot...
Hi all,
I have a long string with JavaScript functions, e.g.
string = "document.write(\"Hello\")";
I'd like to execute this string in JavaScript. How can I do this?
thanks,
Pesho
Hi all,
My question may be too fundamental, but I couldn't find a solution so far.
I have a Java servlet deployed in tomcat. Apart from that, I have JavaScript functions which should asynchronously pass information to the Java servlet, so that I can use the servlet functions.
I'd be very...
hi all,
I have a dependency problem when installing pgadmin3 under my Ubuntu.
When I try to mark it with Synaptic, it says could not mark all packages for installation or upgrade...
Maybe I should add more mirrors to the source list but I don't know which ones...
Could you please help me...
here is my h_register.php:
the strange thing is that when I display it directly in a browser it doesn't include the header.php and navigationbar.php and it also prints some fragments of the code e.g.:
$feedback
"; $feedback_str = $feedback; } else { // Show form for the first time...
hi,
>>mbrooks wrote:
>>Is the DNS resolving the same on both machines?
I guess so. I'm testing the site locally and on the first machine it works with both "localhost" and 127.0.0.1. On the other it works with neither of them :(
>>RhythmAce wrote:
>>Are you using short tags?
nope, I'm using...
Hi all,
I've got a strange problem here.
On my web site I have a link which leads to register.php.
It works fine on the machine where I test it. However, when I move to another machine, it leads to a completely blank page... !?!?!
Could it be due to some subtle differences in the Apache...
Hello all,
I guess my question is simple, but I'm not experienced enough with Java and XML.
What I want to do is read an XML file then change some of the attributes and finally output it to a file again. (if possible using the DOM Java parser)
I don't know which Java tools to use about...
Hello all,
I guess my question is simple, but I'm not experienced enough with Java and XML.
What I want to do is read an XML file then change some of the attributes and finally output it to a file again. (if possible using the DOM Java parser)
I don't know which Java tools to use about...
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.