On 05/05/2010 06:36 PM, Quu wrote: > Is it possible to remotely link to the GWT JavaScript in a page? > > > for example... in the html page I need to put the following tag > <script type="text/javascript" language="javascript" src="stoplanner/ > stoplanner.nocache.js"></script> > > and it loads the code properly. > > but if i try > <script type="text/javascript" language="javascript" src="http:// > otakuvideo.com/~quu/stoplanner/stoplanner.nocache.js"></script> > > it does not work... the page itself loads, but none of the actual code > executes. >
You're probably running into the same origin policy. If possible, use a bootstrap routine on the HTML page that loads from otakuvideo.com in a frame. -- 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.
