Hi All I am trying to call a function from a webpage. I tried the bloglines autoloader, part of the tutorial also, but still I am not able to access the function. Function from the webpage is shown as undefined.
http://userscripts.org/scripts/review/657 The script is loaded and alerts are shown correctly, but the function is not called. I tried other functions also, but not able to access any funciton. Can someone help. I am using firefox 3.5. alert("start"); if (typeof doLoadAll != 'undefined') { // does not reach here , although function is present in bloglines.com site. doLoadAll(); } alert("end"); Thanks a lot Regards Siju --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
