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

  • Users: Pesho318i
  • Order by date
  1. Pesho318i

    a box "pop-up" with fading background effect

    thanks :) I think I'm going to use the lightbox js library. It seems very good for my needs.
  2. Pesho318i

    a box "pop-up" with fading background effect

    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...
  3. Pesho318i

    JavaScript - asynchronous request to a servlet

    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...
  4. Pesho318i

    about directory structure in Tomcat

    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...
  5. Pesho318i

    Error 404: Not Found

    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...
  6. Pesho318i

    execute a string in JavaScript

    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
  7. Pesho318i

    JavaScript <-> Servlet communication

    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...
  8. Pesho318i

    problem with installing pgadmin3 under Ubuntu 6

    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...
  9. Pesho318i

    Link Strange behaviour

    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...
  10. Pesho318i

    Link Strange behaviour

    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...
  11. Pesho318i

    Link Strange behaviour

    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...
  12. Pesho318i

    need help with editing an XML file with Java

    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...
  13. Pesho318i

    need a tip on how to edit XML files through Java.

    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...

Part and Inventory Search

Back
Top