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 wOOdy-Soft 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: igowi
  • Content: Threads
  • Order by date
  1. igowi

    Doesn't keep DSL connection after rebooting

    I installed DSL installation wizard and could use internet. However, if I turn off the computer and turn it on again, I cannot access the internet. How can I resolve this one? Thanks in advance.
  2. igowi

    Monitor screen - distorted

    I cannot see left-most icons and start button, and right most icons from the screen. The windows opened are distorted in the middle. How can I fix this? Please help me out.
  3. igowi

    Korean Language Kit

    I don't know MAC computer. Can I download a software with which I can read/write Korean? Thanks. :)
  4. igowi

    why?(.jpg -> .jpb.vbs)

    Downloaded .html files and pictures.(from web browser, I saved them) .jpg changes to .jpg.vbs I can¡¯t see the pictures anymore. What happen here? What¡¯s going on? Thanks.
  5. igowi

    download emails from hotmail to outlook express

    I am using outlook express in window98. I made an hotmail account in outlook express to download emails from hotmail account. I assumed the mails downloaded were stored locally. Thus, I deleted all mails from hotmail. Unfortunately, all mails in outlook express were gone too. Is there any way I...
  6. igowi

    About Syslog logging

    Syslog message format is always same? [time-stamp] [host name] [program] [message] I get syslog messages from a firewall. The messages doesn't have [program]. How does the firewall do for that?
  7. igowi

    web browser opens new socket?

    I access to www.msn.com(for example) by a web browser. and then I get a html page from the server. on the page, I click one button(it directs me to www.msn.com/docs) Internally the web brower opens just one socket to the server? or it opens two sockets for the requests. When asking to same...
  8. igowi

    How many sockets are open to the web server?

    When accessing to same web server several times, Do I need to create this object several times? or I can use one object to do different requests? For example, I want to access to http://java.sun.com next I want to access to http://java.sun.com/docs/ next I want to access to...
  9. igowi

    how many sockets are open to the web server?

    When accessing to one server, the web browser open one socket to the server? Let's say www.msn.com www.msn.com/business.html www.msn.com/music.html When I access these pages by the web browser, I open three sockets to the server or just open one socket to the server?
  10. igowi

    disconnect() in HttpURLConnection

    I have several instances of HttpURLConnection to same server. Every object opens new socket to the server. Or opens just one socket connection and each has reference for that? When I call disconnect(), it can disclose the socket?
  11. igowi

    HttpURLConnection's getContent()

    What this result means? *********************************************** main { URL url = new URL (http://www.java.com); HttpURLConnection connection = (HttpURLConnection)url.openConnection(); System.out.println (connection.getContent()); URL url = new URL (http://www.java.com)...
  12. igowi

    HTTP upload

    "A browser supports HTTP upload." What does it mean? What exactly the brower that support HTTP upload is doing? Other than sending cgi string to a web server, the browser is doing something else also???
  13. igowi

    different act depending on the source of a CGI string?

    When a cgi string is sent from a web browser, the web server could notice which web browser send this string?? If it's sent by a Java program, the server knows this is not sent by a web browser??? The server could act differently depending on who sent this cgi string??? A web server could...
  14. igowi

    cgi string from different applications

    When a cgi string is sent from a web browser, the web server could notice which web browser send this string?? If it's sent by a Java program, the server knows this is not sent by a web browser??? The server could act differently depending on who sent this cgi string???
  15. igowi

    disconnect URLConnection

    I am using URLConnection class in my java program to connect with one web server. I want the connection disconnected from my java program. What should I do?
  16. igowi

    change some configuration of the hardware.

    I am in a trouble. But, I don't have any clue. Please help me. I am trying to change some configuration of a hardware. The hardware has a web server. Through web browser, the hardware's configuration is changed. Now I am trying to change the configuration through my Java program rather than...
  17. igowi

    I want to call a function of an applet.

    I have an applet class. By using class AppletStub, I want to call a function of an applet. From a class extends AppletStub, we can call the applet's init() and start(). right? I want to call the other functions in the applet. How can I do? help me. I hope you understand what I am saying. If you...
  18. igowi

    1. Is there any way that I can know

    1. Is there any way that I can know what string is sent to a CGI script by a web browser? The method in the form tag is POST. I tried a lot. But, it doesn't work by sending name=value&name=value. I dont' know why? 2. Can I know what web server is running? how can I check it?
  19. igowi

    There are two buttons in one HTML p

    There are two buttons in one HTML page. (I assume that button is the same as submit. but, I don't know exaclty.) Do I need to send all input in the form values to CGI script? I don't know how the CGI script is working. thanks.
  20. igowi

    Sending Form to CGI

    1. Two html pages has same script. If I press one button on the a page, it shows another window with same action in the form tag as previous page. When I send the form to the server, I need to take care of previous's form? 2. In the form, <INPUT TYPE=&quot;button&quot; ....> It's sending this...

Part and Inventory Search

Back
Top