Oh, it's simply:

script =  "var eventObj = document.createEventObject();"  +
             "eventObj.button = 1;" +
             
"document.getElementById(\"#{row_id}\").fireEvent(\"onmousedown\",eventObj);" +
             "eventObj.cancelBubble = true;" +
             "document.getElementById(\"#{row_id}\").fireEvent(\"onmouseup\");"
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=6583&messageID=18884#18884
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to