Tagged Questions

8
votes
4answers
356 views

Is it valid to replace http:// with // in a <script src=”http://…”>?

I have the following tag: <script type="text/javascript" src="https://cdn.example.com/js_file.js"></script> In this case the site is HTTPS, but the site may also be just HTTP. (The JS …
0
votes
0answers
128 views

What’s the difference between the options of the “type” attribute at a script HTML tag? [closed]

There are 5 values for this attribute: <script type="value"> - text/javascript - text/ecmascript - text/vbscript - application/javascript - application/ecmascript What's the difference between …