Hi,

i am writing a GreaseMonkey Script and want to use direct web
remoting.

The problem is that DWR makes his calls on the current Website, but i
want the DWR-Call to my own server.

For example my Javascript-Code calls a function:

TestClass.getTime({
callback:function(time) {
alert(time);
}
});

But it doesnt work because he wants to call the TestClass.getTime()
from the website i am currently visiting:

http://arbitrary-site.com/test/dwr/call/plaincall/TestClass.getTime.dwr

Instead the call should be like this:

http://my-server.com/test/dwr/call/plaincall/TestClass.getTime.dwr

Does somebody know how to make a DWR-Call to another server?

Greetz.

-- 
You received this message because you are subscribed to the Google Groups 
"greasemonkey-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/greasemonkey-users?hl=en.

Reply via email to