hello friends. i'm trying to open a page using ajax. the page has
about 2-3mb in size (a book in html format). but i always get
firefox's script not responding error msg. here's my code in gm
script.
==================
var ajax = new XMLHttpRequest()
ajax.onreadystatechange = function() {
[some functions]
}
ajax.open("GET", 'http://localhost/wordpress/some-book', true);
ajax.send(null)
==================
is it possible to load the page without making error like that? thanks
anyway for your answers :-)
--
You received this message because you are subscribed to the Google Groups
"greasemonkey-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/greasemonkey-users?hl=en.