function getRandom(length) { var rand = Math.floor(Math.pow(10, length-1) + Math.random() * 9 * Math.pow(10, length-1)); return rand; }
Html, JAVA,DOTNET,Javascript, PHP, and JQuery Scripts and its issues with solutions
Showing posts with label numbers. Show all posts
Showing posts with label numbers. Show all posts
Saturday, 28 June 2014
JS get random Numbers
Subscribe to:
Posts (Atom)
Feet/Inches to Meters Converter & Lbs to Kgs Converter
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>Feet/Inches ⇄...
-
<?php $to = "somebody@example.com, somebodyelse@example.com"; $subject = "HTML email"; $message = " <h...
-
document.onkeydown = myKeyDownHandler; function myKeyDownHandler(event){ alert(event.keyCode) }
-
In php page change execution tin in php.ini file max_execution_time = 100;