Archive for Javascript

Sponsored Links

Recent Posts in Javascript

Enable Right-Click On Any Website (Including Orkut)

There are many websites which prefer to disable right-clicking on web-pages specially images. To do this they normally use one of JavaScript ways. The most popular way is to add following code to element tag on which you want to disable right-clicking. oncontextmenu="return false;" For example, Continue reading

JavaScript to Unmask Password on Web Pages!

If you ever come across a page like below, then this is for you! U might have heard about Sandboy’s Revelation who unmask password fields like this! But Revelation works with only windows based application and fails with Firefox! Once again thanks to open-source for Firefox! Now lets do it Continue reading