You CANNOT pass parameters to the myscript.js tag, SCRIPT is used to load only SCRIPT code
You can pass the query string parameter to index.html (for example, index.html? Param1 = 1 & param2 = 2) and then parse the location.search property.
source
share