[google-appengine] Re: Problem with javascript on the appengine.

2009-02-20 Thread djidjadji
Are your javascript files declared as static files in the app.yaml file? Can you post the section of the app.yaml file and the part of the html that loads the javascript? Can you get the javascript files when you enter the URL in your browser like http://appid.appspot.com/js/window.js This is

[google-appengine] Re: Problem with javascript on the appengine.

2009-02-20 Thread 啸宇
May be here is a workaround.. You could try to include Google Ajax API though there is limit JS libraries, but I thinks they are enough.. On Feb 20, 6:37 am, to ddvnek computer...@yahoo.com wrote: try writing a html with all the javascript at top of the file.py then the

[google-appengine] Re: Problem with javascript on the appengine.

2009-02-20 Thread Nash-t
There are many libraries around the internet that you could include. They help you get your GUI closer to the end user and reduce server load (cost). Here is a list of what google offers: http://code.google.com/apis/ajaxlibs/documentation/#AjaxLibraries but there are others as well. My app

[google-appengine] Re: Problem with javascript on the appengine.

2009-02-19 Thread tttttooooodddd ddddddvnek
try writing a html with all the javascript at top of the file.py then the handlers --- On Thu, 2/19/09, dr hil drorhil...@gmail.com wrote: From: dr hil drorhil...@gmail.com Subject: [google-appengine] Problem with javascript on the appengine. To: Google App Engine