禁止网页上右键和另存为
<html> <head> </head><body oncontextmenu="return false" onselectstart="return false"><noscript><iframe scr="*.htm"></iframe></noscript></body></html>
发布时间: 2012-10-06 17:34:01 作者: rapoo
禁止网页上右键和另存为
<html> <head> </head><body oncontextmenu="return false" onselectstart="return false"><noscript><iframe scr="*.htm"></iframe></noscript></body></html>