Hey. This is installing properly, but javascript won't run properly
for me. I am on a Mac with Firefox 3.6.3. I tried doing
window.helloworld = function() from the tutorial and do a setTimeout.
I keep getting an error that helloworld is not defined.

window.helloworld = function() {
     alert('hello world');
};

window.setTimeout('helloworld()', 60);

-- 
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.

Reply via email to