Click here to Skip to main content
15,881,651 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Problematic PHP Navigation Code: Pin
#realJSOP13-Feb-07 7:51
mve#realJSOP13-Feb-07 7:51 
GeneralRe: Problematic PHP Navigation Code: Pin
Bradml13-Feb-07 20:10
Bradml13-Feb-07 20:10 
QuestionFile Input in my Language Pin
Tyler4512-Feb-07 22:17
Tyler4512-Feb-07 22:17 
AnswerRe: File Input in my Language Pin
DavidNohejl13-Feb-07 12:01
DavidNohejl13-Feb-07 12:01 
AnswerRe: File Input in my Language Pin
Bradml13-Feb-07 20:10
Bradml13-Feb-07 20:10 
Questionplz help me in registering new user on Mail server Pin
EEmaan12-Feb-07 18:19
EEmaan12-Feb-07 18:19 
GeneralRe: plz help me in registering new user on Mail server Pin
Guffa12-Feb-07 19:33
Guffa12-Feb-07 19:33 
QuestionDrop-down menu written in Javascript not working in Firefox Pin
irisz12-Feb-07 17:52
irisz12-Feb-07 17:52 
Hi,

I am working on an expandable left-side menu using Javascript. It has three level. While it works fine in IE, the submenus could not be opened in Firefox. Anyone knows why??

The function I used to open the topTreeMenu is like:

function openTopTree(n)
{
var item_cel=document.getElementById('topTreeTable').cells[2*n+1];
if(item_cel.innerHTML=="")
{
closeTopTree();
treeImg[n].src="../images/redarrow3.png";
switch(n)
{
case 0 : {item_cel.innerHTML=item00_all;break;}
case 1 : {item_cel.innerHTML=item01_all;break;}
case 2 : {item_cel.innerHTML=item02_all;break;}
case 3 : {item_cel.innerHTML=item03_all;break;}
case 4 : {item_cel.innerHTML=item04_all;break;}
case 5 : {item_cel.innerHTML=item05_all;break;}
case 6 : {item_cel.innerHTML=item06_all;break;}

}
}
else
closeTopTree();
}

But in Firefox Javascript console, the browser says "document.getElementById('topTreeTable').cells[2*n+1] has no properties". Anyone knows why and how to fix it??

Thanks a lot!

IrisD'Oh! | :doh:

AnswerRe: Drop-down menu written in Javascript not working in Firefox Pin
Bradml12-Feb-07 18:22
Bradml12-Feb-07 18:22 
AnswerRe: Drop-down menu written in Javascript not working in Firefox Pin
badgrs12-Feb-07 23:50
badgrs12-Feb-07 23:50 
GeneralRe: Drop-down menu written in Javascript not working in Firefox Pin
irisz13-Feb-07 5:37
irisz13-Feb-07 5:37 
QuestionSaving images to a database Pin
moseti12-Feb-07 5:19
moseti12-Feb-07 5:19 
AnswerRe: Saving images to a database Pin
Kschuler12-Feb-07 9:04
Kschuler12-Feb-07 9:04 
QuestionWEB application Pin
Mangorange12-Feb-07 4:43
Mangorange12-Feb-07 4:43 
GeneralCheck for file access [modified] Pin
Rage12-Feb-07 4:39
professionalRage12-Feb-07 4:39 
GeneralRe: Check for file access Pin
Bradml12-Feb-07 12:01
Bradml12-Feb-07 12:01 
GeneralRe: Check for file access Pin
Rage13-Feb-07 6:03
professionalRage13-Feb-07 6:03 
QuestionWeb Services Pin
LCI12-Feb-07 3:57
LCI12-Feb-07 3:57 
AnswerRe: Web Services Pin
Christian Graus13-Feb-07 8:51
protectorChristian Graus13-Feb-07 8:51 
QuestionExample web sites Pin
Jerry Evans12-Feb-07 3:50
Jerry Evans12-Feb-07 3:50 
AnswerRe: Example web sites Pin
Bradml12-Feb-07 12:01
Bradml12-Feb-07 12:01 
AnswerRe: Example web sites Pin
MatrixCoder12-Feb-07 12:23
MatrixCoder12-Feb-07 12:23 
QuestionDrag/drop Pin
Jerry Evans12-Feb-07 3:49
Jerry Evans12-Feb-07 3:49 
AnswerRe: Drag/drop Pin
Bradml12-Feb-07 12:02
Bradml12-Feb-07 12:02 
QuestionRotbots.txt Pin
militiaware12-Feb-07 3:17
militiaware12-Feb-07 3:17 

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.