Hi, instead of having a "text 123" in test.js and insert as: < script type=" text/javascript " src=" test.js"></script> in a website. how do i make people to see "text 123" instead of < script type=" text/javascript " src=" test.js"></script> in a page? in another word i dont want people to see the <script> tag on my source code and they only see the "test 123" text thnks
this is not what i am looking for... i dont want to add any more code or tag to my pages beside fixing the "test.js" is this possible?
from what i know this is not possible. The reason is because the browser must compile the javascript itself and cannot be cloaked or it could not be read to be rendered