禁止网页下右键和另存为
禁止网页上右键和另存为
<html> <head> </head> <body oncontextmenu="return false" onselectstart="return false"> <noscript> <iframe scr="*.htm"></iframe> </noscript> </body> </html>