html - stop downloading images and code from website -


possible duplicate:
how prevent downloading images , video files website

i developing own website.
in website need add feature prevents downloading images , code.

is possible prevent downloading of images , code form website ?

please reply. thanking , kindly regards

the way prevent people downloading things website not put them on site in first place. here's how website works:

computer: hey, example.com server, can send me page "cupcakerecipes.html"?

example.com server: why, sure can. here's page.

computer: see page includes image "deliciouscupcake.jpg" — can send me image can show user delicious cupcake?

example.com server: oh, yeah, here ya go, buddy.

computer: hey, sorry bug again, see page wants me run script "animatesprinkles.js" — can send can run it?

example.com server: of course!

see, @ each step of way, user's computer downloading resources needs. if not allow user's computer download images , scripts, can't see them or run them.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -