[
Lists Home |
Date Index |
Thread Index
]
Hi Robert,
Please direct future messages to the sarissa forum at [1]. Bug reports
with testcases (the best way to get your problem fixed) should be sent
at [2]. Comments inline.
Quoting Robert Koberg <rob@koberg.com>:
> - what is the best way to get the XMLHttp object, since
> Sarissa.getXmlHttpRequest() and new XMLHttpRequest() does not work?
XMLHttpRequest is a native constructor in Moz/FF and Konqueror/Safari,
Sarissa only provides it for IE. Your browser has a bug or does not
support this at all.
> - I get errors when I set a handler for onreadystatechange. Does it
> work?
Could you please submit a bug report on this?
> - using Sarissa.copyChildnodes(oNodeFrom, oNodeTo) does nothing (and
> no
> error)
Maybe the source node is empty ;-)
<snip>
> Whether using oForm.outerHTML or oForm.innerHTML causes
> firefox to hang and crash.
AFAIK outerHTML is not supported by Moz. Cannot say what the problem is
with the supplied information.
[1] http://sourceforge.net/forum/forum.php?forum_id=256492
[2] http://sourceforge.net/tracker/?atid=543074&group_id=75155&func=browse
hth,
Manos
|