Click here to Skip to main content
15,895,084 members
Home / Discussions / Web Development
   

Web Development

 
QuestionClosing A Window [modified] Pin
#realJSOP17-Nov-06 8:28
mve#realJSOP17-Nov-06 8:28 
AnswerRe: Closing A Window Pin
Steve Echols17-Nov-06 8:55
Steve Echols17-Nov-06 8:55 
AnswerRe: Closing A Window Pin
led mike17-Nov-06 9:48
led mike17-Nov-06 9:48 
GeneralRe: Closing A Window Pin
Ginu U Santhark19-Nov-06 19:32
Ginu U Santhark19-Nov-06 19:32 
AnswerRe: Closing A Window Pin
Steve Echols17-Nov-06 10:24
Steve Echols17-Nov-06 10:24 
AnswerRe: Closing A Window Pin
Bradml17-Nov-06 21:43
Bradml17-Nov-06 21:43 
Questionscripts Pin
Nakul Sharma17-Nov-06 4:12
Nakul Sharma17-Nov-06 4:12 
AnswerRe: scripts Pin
Fred_Smith17-Nov-06 12:45
Fred_Smith17-Nov-06 12:45 
Javascript, being client-side, does not recognise the server-side "text" property of your label, nor even know it is a label - take a look at the page source as rendered in the browser to see how your page is rendered...

try replacing the javascript line with this instead:

document.getElementById("Label1").innerHTML="Nakul";


cheers
Fred
AnswerRe: scripts Pin
Bradml17-Nov-06 21:46
Bradml17-Nov-06 21:46 
GeneralcreateTextRange Useage Pin
Bassam Abdul-Baki17-Nov-06 4:11
professionalBassam Abdul-Baki17-Nov-06 4:11 
QuestionWhy switch case doesn't work on JavaScript?? Pin
Savas Cilve17-Nov-06 2:58
Savas Cilve17-Nov-06 2:58 
AnswerRe: Why switch case doesn't work on JavaScript?? Pin
Ernesto Manuel17-Nov-06 3:34
Ernesto Manuel17-Nov-06 3:34 
AnswerRe: Why switch case doesn't work on JavaScript?? Pin
Guffa17-Nov-06 3:38
Guffa17-Nov-06 3:38 
GeneralRe: Why switch case doesn't work on JavaScript?? Pin
Savas Cilve17-Nov-06 3:44
Savas Cilve17-Nov-06 3:44 
GeneralWho wants to criticize my website [modified] Pin
BigAndy17-Nov-06 2:38
BigAndy17-Nov-06 2:38 
GeneralRe: Who wants to criticize my website Pin
guiqul16317-Nov-06 2:45
guiqul16317-Nov-06 2:45 
GeneralRe: Who wants to criticize my website Pin
BigAndy17-Nov-06 2:54
BigAndy17-Nov-06 2:54 
GeneralRe: Who wants to criticize my website Pin
guiqul16317-Nov-06 3:07
guiqul16317-Nov-06 3:07 
GeneralRe: Who wants to criticize my website Pin
François Gasnier17-Nov-06 3:17
François Gasnier17-Nov-06 3:17 
GeneralRe: Who wants to criticize my website Pin
Pete O'Hanlon17-Nov-06 3:21
mvePete O'Hanlon17-Nov-06 3:21 
GeneralRe: Who wants to criticize my website Pin
BigAndy17-Nov-06 3:22
BigAndy17-Nov-06 3:22 
GeneralRe: Who wants to criticize my website Pin
Paddy Boyd17-Nov-06 3:30
Paddy Boyd17-Nov-06 3:30 
GeneralRe: Who wants to criticize my website Pin
Franz Klein17-Nov-06 4:16
Franz Klein17-Nov-06 4:16 
GeneralRe: Who wants to criticize my website Pin
RichardGrimmer17-Nov-06 8:22
RichardGrimmer17-Nov-06 8:22 
GeneralRe: Who wants to criticize my website [modified] Pin
George L. Jackson18-Nov-06 14:50
George L. Jackson18-Nov-06 14:50 

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.