reference - HTML: when pages are saved have images / files not saved -
well not trying apply fool proof security or anything.. want know when page save web... links css
\ js
files , images not save...
how achieve it..
again not applying security or anything.. know images there in temp, or can open source , link css files.. want learn this
well, css can imported via <link rel="stylesheet" type="text/css" href="my.css">
, , similar goes javascript. further more, can inject javascript somewhere - doubt web browsers 'know' how save that. same goes images - if inject them via js, browser unable save them.
as said,it's not foolproof :)
Comments
Post a Comment