How can I execute special greasemonkey functions (like
GM_xmlhttpRequest) from the site's HTML, where I have for example a
link
<a href="javascript:doRequest();">Do It</a>
which leads to
function doRequest() {
GM_xmlhttpRequest(*something*);
}
This doesn't work when that function is inserted into the site's
header, and it can't be called from the userscript js -file.
--
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.