Script tags src.
Posted: Sun Feb 04, 2007 12:53 am
Does the script tags src attribute allow you to use sources from other severs other then your own?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<script src="http://www.jquery.com/src/jquery-latest.pack.js"></script>Isn't that the header I'd want? Or is it "text/javscript" only? And how do you block content leaching?feyd wrote:They also provide a content type of application/x-javascript..