Hi All,

i'm looking around on internet, to find an available solution/best
practices, to be able to specify some query parameter at the end of
the gwt javascript inclusion, and how these could be accessed from the
gwt client code, example:

<html>
        <head>
                <meta http-equiv="content-type" content="text/html; 
charset=UTF-8">
<script language="javascript" src="it.javac.gwt.MMCPrototype/
it.javac.gwt.MMCPrototype.nocache.js?param1=val1&param2=val2">
</script>
        </head>
        <body><iframe id="__gwt_historyFrame" style="width:0;height:0;border:
0"></iframe></body>
</html>

How could be see i'm able to specify this parameters at the end of the
javascript inclusion, but i don't know how can i try to access to this
parameter from the GWT client code.

I've just tried with Window.location.getParameter, but it in this case
seems doesn't work.

Any help would be appreciate.

NG

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