Firefox problem

B

boxrec

I have a prototype ajax app which works fine under IE but doesn't write
out the returned data to the browser under Firefox. Are there any
pitfalls bugs I should be aware of ? The prototype is here :-
http://www.boxrec.com/cline.php

Many thanks, JohnShep
 
T

Thomas 'PointedEars' Lahn

I have a prototype ajax app which works fine under IE but doesn't write
out the returned data to the browser under Firefox. Are there any
pitfalls bugs I should be aware of ? The prototype is here :-
http://www.boxrec.com/cline.php

That is too much code to be QA'd from scratch for free.
Anything in the JavaScript Console that might help?


PointedEars
 
B

BoxRec

Hi Pointy, thanks for replying, no nothing in the console the page
loads without throwing errors :-( I put alerts in to monitor the data
flow and all seems correct. The script retrives the xml and loops
through it extracting the correct attributes ie

alert(orders.getAttribute(columnFields[c]));

shows that the equired data has been retrived, but when it is output

oCell.innerText = orders.getAttribute(columnFields[c]);

only the empty cell is created. Any help much appreciated, I'm new to
javascript and I have been banging my head against a brick wall for
three days now.

ps I need it to work as I had a big campaign to move all my editors and
visitors to Firefox, I would hate to have to push everyone back to IE.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,431
Messages
2,571,679
Members
48,796
Latest member
Greg L.

Latest Threads

Top