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?
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...
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?
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)...
"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???
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...
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???
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?
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...
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...
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?
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.
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="button" ....>
It's sending this...
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.