Asp Problem

N

NohaKhalifa

Dear All ,

I have an asp file and i'm running it from my pc web server, this file
submits a form to another asp File but not in my pc on another web
server i connected to it through internet .

I need to check if client connected to the internet from my asp file
on my pc .

could this be done ????

thanks alot
noha khalifa
 
E

Evertjan.

NohaKhalifa wrote on 25 feb 2004 in
microsoft.public.inetserver.asp.general:
I have an asp file and i'm running it from my pc web server, this file
submits a form to another asp File but not in my pc on another web
server i connected to it through internet .

The form-submitting is done with the html part of your page, thare is no
asp invloved in that other than in the serverside composing of the page..
I need to check if client connected to the internet from my asp file
on my pc .

Do you mean:

"If your server can check if the other webserver is accepting the form
data"

?

Your server will not see that, but the user's browser could see the
resulting page, if there is one. This has nothing to do with your page
anyore.
 
N

NohaKhalifa

Dear Sir,

I don't want to check if the second web server receives my data, all
what i want to do is to check if i'm connected to the internet or not
before sending data to the second web server .

because i'll only send data if there is connection to the internet, i
have asp code i need it only run if there is connection .

thanks alot
NohaKhalifa
 
E

Evertjan.

NohaKhalifa wrote on 26 feb 2004 in
microsoft.public.inetserver.asp.general:
I don't want to check if the second web server receives my data, all
what i want to do is to check if i'm connected to the internet or not
before sending data to the second web server .

because i'll only send data if there is connection to the internet, i
have asp code i need it only run if there is connection .

ASP-page data is only sent if asked for by the receiving browser.

If there is no connection there can be no asking.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top