kyriakos70
Programmer
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
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