Wednesday, January 21, 2009

Storing Javascript Files in Google Sites

Update 30 Oct 2009, Fri
Google Sites now support the storage of javascript files! See Unsupported Files Type at Google Sites Help.

Today 21 Jan 2009, Wed
Google Sites doesn't support the storage of javascript files. To get around this, upload javascript files as text files instead. Just need change the files from *.js to *.txt before the uploading.

An example of referencing these files would be:

<script src="http://sites.google.com/site/littlesparkprojects/files/a_javascript_script.txt">

No comments:

Post a Comment