salam doston
Aksar internet per websites ke right-clicks disable hotay hain
enable kaisay kia jaye??
shukran
salam doston
Aksar internet per websites ke right-clicks disable hotay hain
enable kaisay kia jaye??
shukran
Dear Woh Aik Java Script laga Hota hai us ka koi hal nahin hai, Bas aik trick hai jo Kabhi kabhar kaam karti hai, Pehlay Left click ko dabay rakho then after that foran right click karo. Try karo agar weak script hoga tu it will help.
aur koi tareeqa batao yaar plz
Use the script below so when someone right clicks to save an image off your page, a message will come up letting people know that your information is copyrighted.
This script only works on newer browsers, and it's not foolproof. If someone really wants something from your page they can find ways around it, but at least it's a warning to people who want to take your graphics. Copy and paste the following code, and make sure it comes right after your <HEAD> tag:
"<script language="JavaScript">
// distributed by http://hypergurl.com <!-- var popup="Sorry, right-click
is disabled.\n\nThis Site Copyright ©2000"; function noway(go) { if
(document.all) { if (event.button == 2) { alert(popup); return false; } } if (document.layers)
{ if (go.which == 3) { alert(popup); return false; } } } if (document.layers)
{ document.captureEvents(Event.MOUSEDOWN); } document.onmousedown=noway; // -->
</script>"
Bookmarks