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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Send and receive var from web server

Status
Not open for further replies.

kyriakos70

Programmer
Jul 24, 2008
87
0
0
GR
Hello,
I am trying to make a communication between a server webpage(aphache) and a client computer wich opens a webpage from the server, my question is general can I use the RMI in a webpage web server? or can I use simple java to communicate like the httprequest? simple example I want to send the ip of the client to a webpage on the server which has access only the admin and to display the ip to a form, after this to send a variable to this or any selected ip thet the admin page displays to a flash movie (I know that localy can be done with the setvariable eg.
function setvariable() {
window.document["testcommand"].SetVariable("/:money",a);
a=a+10;
}
to insert the ip of the client and use this function
eg. <ip>window.document["testcommand"].SetVariable("/:money",a); something like this.

Kyriakos
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top