Forum Moderators: open
So ... the question ... are there reasonably recent browser versions that do NOT support code that looks like:
<script language="javascript" src="//abc.def.com/scripts/stuff.js" type="text/javascript">
</script>
Are there settings that may prevent this from working (either in the browser or in the abc.def.com server?
Thanks for your help!
=Fred
With the example given above, the URL is likely to fail in most cases. If your site is example.com, then the URL you have would link to:
http://example.com//abc.def.com/scripts/stuff.js If you are linking to an external resouce, you must always use the full "http" or "https" syntax.