Link to home
Start Free TrialLog in
Avatar of chikki
chikki

asked on

Sending a message to an IPAddress over the net

I want to send a message in the form of a messagebox with yes/no buttons to a particular IP Address which I trapped through Remote_Addr Server Variable. How do I do that?
I also want to trap the values -Yes and No and display a corresponding message back to the comp. which sent the message box.
Avatar of andropov
andropov

In what format is the message supposed to be in? What kind of program is to receive the message?
Avatar of chikki

ASKER

The message is to be displayed in a dialog box at the target IP Address in browser window.
The chat program has to receive the value of  button selected (yes/no for example). And proceed to show a different page for yes answer selected and a different page for no answer selected. These pages have to be shown on target IP address.
ASKER CERTIFIED SOLUTION
Avatar of mouatts
mouatts

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of chikki

ASKER

Thankyou.