Home Page - www.tele-pro.co.uk - Ecommerce Integration


Scripts > Reveal Passwords Internet Shortcut

Reveal Passwords Internet Shortcut

Retrieve lost or forgotten AutoComplete password entries from Internet Explorer - the Reveal Passwords internet shortcut reveals passwords in all forms and frames of the current web page.

Internet Explorer Password Recovery

To retrieve a forgotten Internet Explorer password, browse to the login page and use AutoComplete to populate the password field. Click the Reveal Passwords internet shortcut to show the password unmasked.

 Go Return to Internet Shortcuts
 Go How to Save Internet Shortcuts

Internet Shortcut - JavaScript Code

The javascript code below has been re-written with line breaks for ease of reading.

javascript:

//main fn
var p=r();

//reveal all passwords
function r(){
var g=0;
var x=false;

//in doc
var x=z(document.forms);
g=g+1;

//in frames
var w=window.frames;
for(var k=0;k<w.length;k++) {
var x = ((x) || (z(w[k].document.forms)));
g=g+1;
}
if (!x) alert('Password not found in ' + g + ' forms');
}

//passed a form collection, check each elem
function z(f){
var b=false;
for(var i=0;i<f.length;i++) {
var e=f[i].elements;
for(var j=0;j<e.length;j++) {
if (h(e[j])) {b=true}
}
}
return b;
}

//check an elem
function h(ej){
var s='';
if (ej.type=='password'){
s=ej.value;
if (s!='')
{prompt('Password found ', s)}
else
{alert('Password is blank')}
return true;
}
}  

Download the code, or drag the following link to the Links bar: Reveal Passwords

Reveal Internet Explorer Password - Demo

Enter a password and click the link below to simulate using the internet shortcut and reveal the value of the password field.

Reveal
 

Reveal Internet Explorer Password - featured at ScriptSearch.com AllTheScripts - Internet Explorer Password Recovery HotScripts - Internet Explorer Password Recovery

 

Support Free Scripts

If you are using IE Password Revealer please consider making a donation. Why donate?
 

Other Internet Shortcuts

Links Bar - Internet Shortcuts for Microsoft Internet Explorer

Also: Update Form Action


 

IE Internet Shortcut EditorIE Shortcut Editor

IE Shortcut Editor is a Windows program for editing Internet Shortcuts that contain javascript code, and is designed to generally make it easier to manage Internet Shortcuts.
 

See Also

 Go Internet Shortcuts
 Go How to Save Internet Shortcuts
 Go Internet Shortcut Editor
 Go Free Scripts

Links

 Go Microsoft Internet Explorer
 Go Unofficial Guide to the URL File Format

Search

 Go Website: Internet Shortcut
 Go Google: Internet Shortcut
 Go Google: URL File
 

Internet Shortcut

ie, internet shortcut, ie shortcut, link, links bar, javascript, .url, url file, internetshortcut, favorites, links folder, web link, web links, microsoft, internet explorer, iexplore, msie, ie5, ie6, icon file, iconfile

Code, Free Scripts

code, script, program, free scripts, coding, scripting, programming, tutorial, reference, web, development, automation, internet, souce code, html, tips, js, javascript, borland, delphi, delphi 7

Top | Home | ECommerce | Hosting | Site Map | Search | © 2003-6 | Contact