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 Mike Lewis 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: *

  1. noizee666

    compare two columns

    Hi, I have two tables in the same database. I want to compare one column from table A to table B. If a value from a.column is not in b.column this value should be returned. The table A could have same values in it. Values in table B exists only one time. example: Column Table A...
  2. noizee666

    Upload - Get name of tempfile

    Hi, is it possible to get the name of the temp file during an upload with POST ? I want to get the filesize during upload to show users how much they have uploaded at the moment. Thanks. Noizee
  3. noizee666

    Textarea and newlines

    OK. That works. Thanks. Noizee
  4. noizee666

    Textarea and newlines

    Hi, I have a HTML-Form with a textarea, a selectfield, and some input elements with type="text" in it. If there's a new text in textarea a new instance of an object is created containing the data of all fields and a new option is added to selectfield. on changing the entries of the...
  5. noizee666

    how to get proxy from browser?

    Hi JVZ, thanks for your reply. I read this article before. I think, it only explains how to set proxy configuration. So you need to know the proxy server and port. But I need to get the proxyserver ans port. A user runs the applet, accepts a certificate and the applet uses current proxy...
  6. noizee666

    how to get proxy from browser?

    Hi, I wrote an applet to transfer data via HTTP PUT. Now I want to use the proxy server configured in the browser. How can I get this information? I need the servername and port of the HTTP proxy. Thanks, Noizee
  7. noizee666

    Sockets and HTTP PUT

    Hi, I want to upload files to my Apache server with HTTP PUT. Should I use sockets or URLCOnnections for this. And how do I connect to my Server with a socket and start a PUT request? Thanks Noizee
  8. noizee666

    Load page instead of frame?

    Try to use this code in ../accessviolation.htm. <script language=&quot;JavaScript&quot;> if (self.parent.frames.length != 0) self.parent.location=&quot;./accessviolation.htm&quot;; </script>
  9. noizee666

    PUT Applet

    Hi, how do I use HttpURLConnection to PUT data on a webserver? I don't want to use Servlets. What kind of Stream should I use to upload the binary files? Thanks Noizee
  10. noizee666

    HTTP PUT Client

    Hi, does anyone know a free Java Applet which uses PUT to send data to a webserver? I use apache and don't want to run tomcat and servlets. Thanks.

Part and Inventory Search

Back
Top