Sorry, small error in example:

    var node = document.getElementsByTagName('input');
    for( var param in node[5] ) {
      GM_log( param + ': ' + node[param] );
    }


Enkidu

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