Click here to Skip to main content
16,011,120 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: 9hrs 14mins ago Pin
Jon Sagara19-Sep-05 11:08
Jon Sagara19-Sep-05 11:08 
QuestionIE has blocked this site from using an ActiveX in an unsafe manner. As a result, this page may not display correctly Pin
Spaz8019-Sep-05 1:26
Spaz8019-Sep-05 1:26 
Questionminimze a websit to view another website Pin
smithav18-Sep-05 23:55
smithav18-Sep-05 23:55 
QuestionSearch functionality Pin
Illegal Operation18-Sep-05 22:58
Illegal Operation18-Sep-05 22:58 
AnswerRe: Search functionality Pin
xaphod19-Sep-05 10:40
xaphod19-Sep-05 10:40 
Questionaccessing USB Pin
karmendra_js18-Sep-05 19:48
karmendra_js18-Sep-05 19:48 
AnswerRe: accessing USB Pin
Anonymous22-Sep-05 8:20
Anonymous22-Sep-05 8:20 
QuestiongetElementByID with array not finding string Pin
xaphod18-Sep-05 9:42
xaphod18-Sep-05 9:42 
Hi,
The array(0) is foo when I type it out trough DOM so why cant this work?
Ive tried a lot, please help!

[code]
function handleResponse() {
if(http.readyState == 4){
var response = http.responseText;
var update = new Array();

if(response.indexOf('|' != -1)) {
update = response.split('|');
document.getElementById(update[0]).innerHTML = update[1]; //not working!
//document.getElementById('foo').innerHTML = update[1];//works!
}
}
}
[/code]
AnswerRe: getElementByID with array not finding string Pin
Guffa18-Sep-05 9:49
Guffa18-Sep-05 9:49 
GeneralRe: getElementByID with array not finding string Pin
xaphod18-Sep-05 10:57
xaphod18-Sep-05 10:57 
GeneralRe: getElementByID with array not finding string Pin
Guffa18-Sep-05 12:10
Guffa18-Sep-05 12:10 
GeneralRe: getElementByID with array not finding string Pin
xaphod18-Sep-05 12:54
xaphod18-Sep-05 12:54 
Questiondns and web hosting ! Pin
microuser_200017-Sep-05 9:05
microuser_200017-Sep-05 9:05 
AnswerRe: dns and web hosting ! Pin
enjoycrack18-Sep-05 19:54
enjoycrack18-Sep-05 19:54 
Questionform action Pin
namespaceuser17-Sep-05 3:02
namespaceuser17-Sep-05 3:02 
AnswerRe: form action Pin
Guffa17-Sep-05 3:26
Guffa17-Sep-05 3:26 
GeneralRe: form action Pin
namespaceuser17-Sep-05 3:47
namespaceuser17-Sep-05 3:47 
GeneralRe: form action Pin
Guffa17-Sep-05 4:00
Guffa17-Sep-05 4:00 
GeneralRe: form action Pin
namespaceuser17-Sep-05 7:27
namespaceuser17-Sep-05 7:27 
AnswerRe: form action Pin
Guffa17-Sep-05 7:47
Guffa17-Sep-05 7:47 
GeneralRe: form action Pin
namespaceuser17-Sep-05 11:39
namespaceuser17-Sep-05 11:39 
GeneralRe: form action Pin
Guffa17-Sep-05 12:44
Guffa17-Sep-05 12:44 
GeneralRe: form action Pin
namespaceuser17-Sep-05 13:38
namespaceuser17-Sep-05 13:38 
GeneralRe: form action Pin
Guffa17-Sep-05 22:39
Guffa17-Sep-05 22:39 
AnswerRe: form action Pin
namespaceuser19-Sep-05 13:51
namespaceuser19-Sep-05 13:51 

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.