[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.programming

How to call javascript file from hosted in Google drive?

Kedey S

10/26/2014 5:07:00 PM

I would like to test how to call javascript file that i've hosted in Google drive. But it never seems to works my code is below


<script type="text/javascript" src="https://googledrive.com/host/0B1QgIjR70ZIcbkxvR2dicVNrR0k/t..."></...


Where the location of the file is https://googledrive.com/host/0B1QgIjR70ZIcbkxvR2dicVNrR0k/t...

Would anyone be so kind to help to explain why it is not working when calling that file? What am i missing?
1 Answer

Ben Bacarisse

10/26/2014 9:46:00 PM

0

Kedey S <kedeyads@gmail.com> writes:

> I would like to test how to call javascript file that i've hosted in
> Google drive.
<snip>
> Where the location of the file is
> https://googledrive.com/host/0B1QgIjR70ZIcbkxvR2dicVNrR0k/t...

When I retrieve that resource, it appears to be a short HTML document,
not a JavaScript file.

--
Ben.