Hi x com:
Thanks for the try/catch snippet. I ran it and it didn't catch any problems. I am guessing that the code works fine in IE. The problem must be a reaction of the Flash Navigation menu which doesn't react in Firefox. I am really stumped now. It must be just the Flash Navigation menu that freezes and not the whole page as I suspected. As long as I don't click on the anchor tag all is fine. Once I click and the new data appears, then I can't select any thing in the Flash Navigation Menu. The built in rollovers won't even work until I right click, then left click. Very strange. Do you have any suggestions on this?
Main Topics
Browse All Topics





by: x_comPosted on 2009-03-17 at 22:41:58ID: 23915775
Hi flwiii, ragraph).o uterHTML=n ewTxt;
Ok, i've tested in i.e 7. It's working fine. I didn't see anything not right there. You can put try..catch() to check anything not right if required.
eg:
try{
....
var txtName = "CSpMa" + count;
var newTxt = eval(txtName);
document.getElementById(pa
}catch(e){
alert(e.description);
}
LI Display