Click here to Skip to main content
16,005,697 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Interface Design : Hiding Members Pin
minhpc_bk28-Jun-06 23:49
minhpc_bk28-Jun-06 23:49 
AnswerRe: Interface Design : Hiding Members Pin
DIMPLE_R29-Jun-06 0:13
DIMPLE_R29-Jun-06 0:13 
QuestionCursor Position Pin
Uma Kameswari28-Jun-06 18:51
Uma Kameswari28-Jun-06 18:51 
AnswerRe: Cursor Position Pin
Paddy Boyd28-Jun-06 22:48
Paddy Boyd28-Jun-06 22:48 
GeneralRe: Cursor Position Pin
Uma Kameswari28-Jun-06 23:10
Uma Kameswari28-Jun-06 23:10 
GeneralRe: Cursor Position Pin
Paddy Boyd28-Jun-06 23:12
Paddy Boyd28-Jun-06 23:12 
Questionquestions time in javascript... Pin
i@@28-Jun-06 18:51
i@@28-Jun-06 18:51 
AnswerRe: questions time in javascript... Pin
Guffa28-Jun-06 19:50
Guffa28-Jun-06 19:50 
Have you enabled Javascript error messages in the browser?

i@@ wrote:
var aryTimeAs = new Array();


Typo. Change aryTimeAs to aryTimeAS.

intASHours = aryTimeAS[0];
intASHours = aryTimeAS[1];


Here you put the first value in the variable, then replaces it with the second value, making the first line useless. Also, the value you put in the variable is a string, not a number.

intAEHours = aryTimeAE[0];
intAEHours = aryTimeAE[1];


Same.

dtmAE = new Date();
dtmAE.setHours(intAEHours);
dtmAE.setMinutes(intAEMinutes);
dtmAE.setSeconds(intAESeconds);


You are not setting the date of the date object, so the current date is used. In the unlikely event that the date objects were created on each sides of midnight, you would get an additional 24 hours. Very nasty bug, as the error is nearly impossible to recreate.

windows.alert(intNumOfHours);


Typo. Change windows to window.

windows.event.returnValue = false;


Typo. Change windows to window.


---
b { font-weight: normal; }

GeneralRe: questions time in javascript... Pin
i@@28-Jun-06 20:08
i@@28-Jun-06 20:08 
AnswerRe: questions time in javascript... Pin
Guffa29-Jun-06 13:11
Guffa29-Jun-06 13:11 
QuestionImage and button in datagrid Pin
kuwl_mark28-Jun-06 18:15
kuwl_mark28-Jun-06 18:15 
Questionposting to web Pin
i@@28-Jun-06 16:30
i@@28-Jun-06 16:30 
AnswerRe: posting to web Pin
minhpc_bk28-Jun-06 20:49
minhpc_bk28-Jun-06 20:49 
Questionuploading n downloading files Pin
i@@28-Jun-06 16:28
i@@28-Jun-06 16:28 
AnswerRe: uploading n downloading files Pin
minhpc_bk28-Jun-06 20:49
minhpc_bk28-Jun-06 20:49 
QuestionMasterPages and google maps [modified] Pin
eggie528-Jun-06 16:18
eggie528-Jun-06 16:18 
AnswerRe: MasterPages and google maps Pin
Arkon94828-Jun-06 16:39
Arkon94828-Jun-06 16:39 
GeneralRe: MasterPages and google maps Pin
eggie528-Jun-06 16:42
eggie528-Jun-06 16:42 
GeneralRe: MasterPages and google maps Pin
Arkon94828-Jun-06 16:45
Arkon94828-Jun-06 16:45 
AnswerRe: MasterPages and google maps Pin
minhpc_bk28-Jun-06 20:07
minhpc_bk28-Jun-06 20:07 
QuestionHow to fix sp1 breaking asp.net remote development on windows 2003?? Pin
jpegny28-Jun-06 11:27
jpegny28-Jun-06 11:27 
QuestionCustom Email Headers Pin
gantww28-Jun-06 9:33
gantww28-Jun-06 9:33 
QuestionHi Guffa, can you please look in to this? Pin
Dhruvil28-Jun-06 8:41
Dhruvil28-Jun-06 8:41 
AnswerRe: Hi Guffa, can you please look in to this? Pin
Guffa28-Jun-06 10:05
Guffa28-Jun-06 10:05 
AnswerRe: Hi Guffa, can you please look in to this? Pin
Sushant Duggal28-Jun-06 18:05
Sushant Duggal28-Jun-06 18:05 

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.