Simplest JavaScript to Open Popup Window from Plain Text

You can use JavaScript to create popup windows. Popup Windows are different to simply opening a new browser window. If you only want to open a new browser window you can add the target=�_blank� attribute within your tag. Popup windows however, are more powerful. Using JavaScript�s window.open() method, you can determine what the window looks like (i.e. size, whether it has scrollbars, status … Read more

How to get forgotten MMC password back

Option 1: Install and launch MMCPWD application. it will display some special characters including your password.(MMCPwd.sis) Option 2: locate mmcstore file. install and launch System Explorer or FExplorer application. go to c:system and open (using unicode/hex editor) the mmcstore file. it will display your password. NOTE: you can also copy the mmcstore file to any folder of … Read more