Click here to Skip to main content
15,891,033 members
Home / Discussions / JavaScript
   

JavaScript

 
GeneralRe: Ajax request call using jquery Pin
jkirkerx21-Mar-13 9:24
professionaljkirkerx21-Mar-13 9:24 
GeneralSlide show Pin
Tichaona J21-Mar-13 0:10
Tichaona J21-Mar-13 0:10 
GeneralRe: Slide show Pin
Graham Breach21-Mar-13 1:37
Graham Breach21-Mar-13 1:37 
GeneralRe: Slide show Pin
jkirkerx21-Mar-13 7:55
professionaljkirkerx21-Mar-13 7:55 
GeneralRe: Slide show Pin
alisener198022-Mar-13 9:41
alisener198022-Mar-13 9:41 
QuestionA question to dust_dex Pin
Hakan Bulut20-Mar-13 22:51
Hakan Bulut20-Mar-13 22:51 
AnswerRe: A question to dust_dex Pin
dusty_dex21-Mar-13 5:29
dusty_dex21-Mar-13 5:29 
GeneralRe: A question to dust_dex Pin
Hakan Bulut24-Mar-13 21:13
Hakan Bulut24-Mar-13 21:13 
XML
<html>
<head>
<script type="text/javascript">
    var rec = ["19","20","21","40","41","45","12","23","34","36","37","46"]
    document.write("Weekly records for 2 week : ");
    for(var i=0; i<12; i++) {
        document.write(rec[i] + ",");
    }
    document.write("<BR>");
    for(var z=0; z<6; z++) {
        var q = Math.round(12 * Math.random());
        document.write(rec[q], + "," + z);
    }
</script>
</head>
<body>
</body>
</html>


I wrote a simple random permutations, but May Have NaN Error Can help me with this?


modified 25-Mar-13 3:23am.

GeneralRe: A question to dust_dex Pin
dusty_dex24-Mar-13 21:53
dusty_dex24-Mar-13 21:53 
GeneralRe: A question to dust_dex Pin
Hakan Bulut24-Mar-13 23:47
Hakan Bulut24-Mar-13 23:47 
GeneralRe: A question to dust_dex Pin
Hakan Bulut25-Mar-13 1:11
Hakan Bulut25-Mar-13 1:11 
GeneralRe: A question to dust_dex Pin
dusty_dex25-Mar-13 7:25
dusty_dex25-Mar-13 7:25 
GeneralRe: A question to dust_dex Pin
Hakan Bulut25-Mar-13 3:21
Hakan Bulut25-Mar-13 3:21 
GeneralRe: A question to dust_dex Pin
Hakan Bulut25-Mar-13 3:22
Hakan Bulut25-Mar-13 3:22 
GeneralRe: A question to dust_dex Pin
dusty_dex25-Mar-13 8:53
dusty_dex25-Mar-13 8:53 
GeneralRe: A question to dust_dex Pin
Hakan Bulut25-Mar-13 21:21
Hakan Bulut25-Mar-13 21:21 
GeneralRe: A question to dust_dex Pin
dusty_dex25-Mar-13 11:58
dusty_dex25-Mar-13 11:58 
GeneralRe: A question to dust_dex Pin
Hakan Bulut26-Mar-13 21:58
Hakan Bulut26-Mar-13 21:58 
GeneralRe: A question to dust_dex Pin
dusty_dex27-Mar-13 8:14
dusty_dex27-Mar-13 8:14 
GeneralRe: A question to dust_dex Pin
Hakan Bulut27-Mar-13 21:02
Hakan Bulut27-Mar-13 21:02 
QuestionNeed to read xml from HTTPS to HTTP Server Pin
satyam_8318-Mar-13 22:07
satyam_8318-Mar-13 22:07 
AnswerRe: Need to read xml from HTTPS to HTTP Server Pin
SoMad18-Mar-13 23:09
professionalSoMad18-Mar-13 23:09 
GeneralRe: Need to read xml from HTTPS to HTTP Server Pin
Marco Bertschi19-Mar-13 2:30
protectorMarco Bertschi19-Mar-13 2:30 
AnswerRe: Need to read xml from HTTPS to HTTP Server Pin
Marco Bertschi19-Mar-13 2:29
protectorMarco Bertschi19-Mar-13 2:29 
QuestionNeed to read xml from HTTPS to HTTP Server Pin
satyamshilpi18-Mar-13 21:45
satyamshilpi18-Mar-13 21:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.