
02-19-2005, 01:28 AM
|
 |
|
|
Join Date: Dec 2004
Location: USA
Posts: 1,612
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by k40tic
I like it alot but I had to edit it a bit to get it to work with firefox. It worked fine with IE though when I tested it as it was. I prefer firefox to IE so here is what I done.
I took the follwing line
Code:
var folder='';function expandit(curobj){
Made the following changes
Code:
var folder='';
function expandit(curobj){
Now all is well for me and I don't get the expandit is not defined error anymore when using firefox.
|
cool- thanks!
|