Skip to content Skip to sidebar Skip to footer
Showing posts with the label Script Tag

Can Browser Handle A Disposable Js File?

I want to hide the source of JS from direct access. So I thought to produce a disposable JS file. I… Read more Can Browser Handle A Disposable Js File?

Script Tag Works Inside The Body But Doesn't Work Outside

Hi I made a webpage that uses modal to display the output, I came in a scenario where in I put my s… Read more Script Tag Works Inside The Body But Doesn't Work Outside

Prevent Script Injection With InnerHTML

I have written a micro-templating utility that uses innerHTML to inject html fragments in a Web pag… Read more Prevent Script Injection With InnerHTML