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.
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.
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.
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...
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?
Thanks.
Recent versions HTTP supports Keep-Alive.
I assume recent web browsers also support Keep-Alive.
If the Java doesn't support Keep-Alive, what do you think problems would be.
This could cause any different responses from a web server.
One support this.
The other doesn't support that...
Thanks.
I am making java program to imitate a web browser.
I want to do same things by my program as by a web browser.
By the java program, I am reading html file and sending form data.
But, most of the time, it’s working properly. But, sometimes, it’s not working. (I don’t know what...
Thanks.
After I read and write to a server,
even though I didn't call this function
connection.disconnect()(connection is an instance of HttpURLConnection), automatically it's disconnected?
I should call the function disconnect() or it's doesn't matter?
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...
THANK YOU.
1. Is there any case a web server is serving to one client at a time and can reject another client while it's serving to the other client?
How does it do?
also in the CGI script?
2. I access to www.java.com(for example) by a web browser.
and then I get a html page from the server...
Thanks.
One more question
:)
HttpURLConnection establishes a socket connection to the web server?
First time,
I create an HttpURLConnection instance on http://java.sun.com
and next
I create an instance on http://java.sun.com/docs/
and next
I create an instance on http://java.sun.com/pr...
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...
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?
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?
When I click a Logout button from the web browser, it directs me to the first page for authentication. (I can see login page.) so, I checked the html source. Just there is a button which directs to /logout.html. the logout.html is same as login.html. When I see the html page, the web browser...
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)...
Thanks a lot.
It helps me.
Apache doesn't care about the browser.
But, the perl script might care about the browser and it can deal differently depending on browser?
It's hard for me to explain what I don't know in English.
:)
You mean that a web server doesn't know who is a client of the server?
then
How can a CGI script get the information of the clients?
CGI script could have what information of clients?
thanks.
:)
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.