OK, big leap forward, with the help of Opera's javascript console. The problem (as far as opera is concerned anyway) was that I was using
code:
createElement("<A>")
instead of code:
createElement("A")
IE managed to work around this, but Opera lacked the imagination. Opera is now working fine. Does this improve matters with Mozilla etc?
[ May 28, 2004, 10:02: Message edited by: dogscoff ]