Click here to Skip to main content
15,918,596 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Settimeout problem Pin
Pete O'Hanlon3-Sep-10 2:40
mvePete O'Hanlon3-Sep-10 2:40 
AnswerRe: Settimeout problem Pin
Pete O'Hanlon3-Sep-10 3:02
mvePete O'Hanlon3-Sep-10 3:02 
GeneralRe: Settimeout problem Pin
DaveAuld3-Sep-10 4:34
professionalDaveAuld3-Sep-10 4:34 
GeneralRe: Settimeout problem Pin
Pete O'Hanlon3-Sep-10 4:49
mvePete O'Hanlon3-Sep-10 4:49 
QuestionHow to introduce a search page in our site to google ? Pin
devboycpp29-Aug-10 20:00
devboycpp29-Aug-10 20:00 
AnswerRe: How to introduce a search page in our site to google ? Pin
cena1112-Sep-10 23:36
cena1112-Sep-10 23:36 
QuestionWhy doesn't this javascript code work in firefox? Pin
bfis10813728-Aug-10 12:57
bfis10813728-Aug-10 12:57 
AnswerRe: Why doesn't this javascript code work in firefox? [modified] Pin
NeverHeardOfMe28-Aug-10 13:33
NeverHeardOfMe28-Aug-10 13:33 
Have to admit I'm somehwat surprised it works in them - but Firefox has a pretty good Error console built in you know - look on the Tools menu. That straightaway tells you that the problem is that "Display" is undefined (Hence my "somewhat surprise".)

You need to define this before any of the functions are called but after the page loads - so either add another script block at the foot of the page with just

var Display = document.getElementById("Display");

in it, or add this Iwithout the var) as a one-line function in your block at the top and call it from the body onload method. - if you do it this latter way, you'll need to also define

var Display;

separately as a global variable outside the function.



-- Modified Sunday, August 29, 2010 3:42 PM
AnswerRe: Why doesn't this javascript code work in firefox? Pin
DaveAuld3-Sep-10 0:49
professionalDaveAuld3-Sep-10 0:49 
QuestionTwitter.com is not opening properly in iframe(HTML).... Pin
Punit.Khaire27-Aug-10 5:57
Punit.Khaire27-Aug-10 5:57 
AnswerRe: Twitter.com is not opening properly in iframe(HTML).... Pin
JHizzle27-Aug-10 6:07
JHizzle27-Aug-10 6:07 
QuestionChanging HTML value in other part of WPF program Pin
Sonar8724-Aug-10 14:12
Sonar8724-Aug-10 14:12 
QuestionHow would I get it to... replaceWith()? [modified] Pin
thebiostyle21-Aug-10 18:35
thebiostyle21-Aug-10 18:35 
Questionmailto - How to insert a URL hyperlink in the Body with DisplayText Pin
SarahMcM19-Aug-10 19:30
SarahMcM19-Aug-10 19:30 
AnswerRe: mailto - How to insert a URL hyperlink in the Body with DisplayText Pin
Covean19-Aug-10 20:45
Covean19-Aug-10 20:45 
QuestionExcel VSTO exposed via web Pin
El Code Monkey19-Aug-10 10:49
El Code Monkey19-Aug-10 10:49 
QuestionPassing data from a windows service to WCF Pin
gerom7718-Aug-10 21:29
gerom7718-Aug-10 21:29 
Questionie 6/7 div seems to be clearing Pin
nickmaroulis11-Aug-10 18:39
nickmaroulis11-Aug-10 18:39 
AnswerRe: ie 6/7 div seems to be clearing [modified] Pin
Prosanta Kundu online15-Aug-10 21:36
Prosanta Kundu online15-Aug-10 21:36 
GeneralRe: ie 6/7 div seems to be clearing Pin
jahangir_ahmad12-Sep-10 3:41
jahangir_ahmad12-Sep-10 3:41 
AnswerRe: ie 6/7 div seems to be clearing Pin
Gerben Jongerius15-Aug-10 21:56
Gerben Jongerius15-Aug-10 21:56 
GeneralRe: ie 6/7 div seems to be clearing Pin
nickmaroulis16-Aug-10 13:11
nickmaroulis16-Aug-10 13:11 
QuestionHelp authoring tools Pin
goodideadave11-Aug-10 12:38
goodideadave11-Aug-10 12:38 
QuestionXML With javascript Pin
geeeeeeeetha10-Aug-10 1:15
geeeeeeeetha10-Aug-10 1:15 
QuestionPurpose of using branding.css? Pin
swornavidhya_m9-Aug-10 19:42
swornavidhya_m9-Aug-10 19:42 

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.