Enter Integer only in text fileds
onkeyup="if (/\D/g.test(this.value)) this.value = this.value.replace(/\D/g,'')"
Html, JAVA,DOTNET,Javascript, PHP, and JQuery Scripts and its issues with solutions
Open command promt as administrator 1.DISKPART 2.LIST DISK 3.SELECT DISK 1 4.CLEAN 5.CREATE PARTITION PRIMARY 6.SELECT PARTITION 1 7.ACTIVE 8.FORMAT FS=NTFS 9.ASSIGN 10.EXIT E: (E is your dvd drive letter) CD BOOT BOOTSECT.EXE /NT60 G: (G is your usb drive letter) copy dvd contents to your usb.
robocopy "C:\Users" "D:\Users" /E /COPYALL /XJ
robocopy "C:\Program Files" "D:\Program Files" /E /COPYALL /XJ
robocopy "C:\Program Files (x86)" "D:\Program Files (x86)" /E /COPYALL /XJ
robocopy "C:\ProgramData" "D:\ProgramData" /E /COPYALL /XJ
rmdir "C:\Users" /S /Q
rmdir "C:\Program Files" /S /Q
rmdir "C:\Program Files (x86)" /S /Q
rmdir "C:\ProgramData" /S /Q
mklink /J "C:\Users" "D:\Users"
mklink /J "C:\Program Files" "D:\Program Files"
mklink /J "C:\Program Files (x86)" "D:\Program Files (x86)"
regedit
1. Go to HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion
2. Do the edits there (screenshot is avalible, scroll down to see edit where)
3. Go to HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows NT/CurrentVersion/ProfileList
4. Do the edits there (screenshot is avalible, scroll down to see edit where)



1. Open run by pressing windows+r
2. Run cmd
3. Enter this code:
mklink /J "C:\ProgramData" "D:\ProgramData"

<img src="http://www.designofsignage.com/application/symbol/building/image/600x600/no-photo.jpg" width='200px' height='200px' id="preview" title="No Image"><br><br>
<input type="file" name="postimage" id="postimage" onchange="readURL(this,200,200)" >
<script type='text/javascript' src='http://code.jquery.com/jquery-1.11.1.min.js'></script>
<script type='text/javascript'>
function readURL(input,w,h) {
if (input.files && input.files[0]) {
var reader = new FileReader();
reader.onload = function (e) {
$('#preview').attr('src', e.target.result);
$("#preview").attr("width",w);
$("#preview").attr("height",h);
}
reader.readAsDataURL(input.files[0]);
}
}
</script>
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>Feet/Inches ⇄...