Jump to content

Firefox AJAX problem.


skaero

Recommended Posts

That is give me the error: getElementById is not defined - box = getElementById (id);
Unless you made a function like so:
function getElementById(someid){	return document.getElementById(someid);}

You're going to need to use:

box = document.getElementById(id);

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...