![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveinnerHTML, IE5.0, Error 'Line: 0 Error: Object required
From: Andrew Phillipo <andrewphillipo@yahoo.co.uk>
Date: Tue Sep 27 2005 - 19:20:41 CEST
I have some code that works everywhere but IE5.0, including IE5.5.
Location.prototype.change = function(current) {
This function is executed when an estate agent is selected under a
This works in every browser, even in IE5.0 the content changes. However
---------------------------
Line: 0
This error NEVER goes away and keeps reappearing whatever is clicked.
Debugging does not give me anymore information; instead saying that it
What I think is happening is that IE internally refers somewhere to the
I have also tried creating a new element and setting the innerHTML on
Hopefully someone can help me before I turn to self harm!
Thanks a LOT guys.
|