Click here to Skip to main content
15,908,768 members
Home / Discussions / JavaScript
   

JavaScript

 
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 
Please explain what inside & outside mean.
   inside what?
   outside what?

arrNumbers = [49]; // array length = 1 ???

I'm guessing this is what you intended
arrNumbers = new Array(49);

Also, you can't assign (=) inside of document.write()

JavaScript
arrOutside[j]=j

JavaScript
arrNumbers[j] = arrOutside[z] 


did you mean to show arrNumbers and arrOutside, or copy from one to another?

this does not make sense.
JavaScript
arrNumbers[j] && arrInside[i] = true;


What other programming language do you know?
Because, it might be easier if you write your code in a computer language that you are familiar with.
I will be able to figure it out.
"It's true that hard work never killed anyone. But I figure, why take the chance." - Ronald Reagan

That's what machines are for.

Got a problem?
Sleep on it.

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 
AnswerRe: Need to read xml from HTTPS to HTTP Server Pin
Marco Bertschi19-Mar-13 2:29
protectorMarco Bertschi19-Mar-13 2:29 
AnswerRe: Need to read xml from HTTPS to HTTP Server Pin
dusty_dex19-Mar-13 8:59
dusty_dex19-Mar-13 8:59 
QuestionMoveMenuItems Pin
Dungas17-Mar-13 20:56
Dungas17-Mar-13 20:56 
AnswerRe: MoveMenuItems Pin
jkirkerx18-Mar-13 8:14
professionaljkirkerx18-Mar-13 8:14 
AnswerRe: MoveMenuItems Pin
Moykn2-Apr-13 2:32
Moykn2-Apr-13 2:32 
Questionhow to show unique number in the form ,and after submit when next time a user will enter it will show another unique number Pin
Member 824369316-Mar-13 2:18
Member 824369316-Mar-13 2:18 
AnswerRe: how to show unique number in the form ,and after submit when next time a user will enter it will show another unique number Pin
ZurdoDev19-Mar-13 2:20
professionalZurdoDev19-Mar-13 2:20 
QuestionHelp me with Jquery Pin
Nafiseh Salmani14-Mar-13 5:43
Nafiseh Salmani14-Mar-13 5:43 
AnswerRe: Help me with Jquery Pin
ZurdoDev15-Mar-13 11:04
professionalZurdoDev15-Mar-13 11:04 
AnswerRe: Help me with Jquery Pin
Moykn2-Apr-13 2:46
Moykn2-Apr-13 2:46 
AnswerRe: Help me with Jquery Pin
Crazy Kid2-May-13 16:54
professionalCrazy Kid2-May-13 16:54 

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.