Hi,
i need to set document.domain to some domain.
I will try with native code:
    private static native void setDomain(String domain)/*-{
        document.domain=domain;
    }-*/;

But i want to ask you is there any other way?
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/google-web-toolkit?hl=en.

Reply via email to