On Jan 23, 5:32 pm, Keisial <keis...@gmail.com> wrote:
The problem in your script is from the eval, which is currently not
working in GM 0.9.0 for some unknown reason. Instead of waiting for us
to fix it, how about you write your script correctly?

Use this instead:

a.addEventListener('click', function()
{ document.getElementById(inputId).value = value; }, true);

-- 
You received this message because you are subscribed to the Google Groups 
"greasemonkey-users" group.
To post to this group, send email to greasemonkey-users@googlegroups.com.
To unsubscribe from this group, send email to 
greasemonkey-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/greasemonkey-users?hl=en.

Reply via email to