[webkit-dev] click event on a tag without jscript
Geoffrey Garen
ggaren at apple.com
Mon May 26 11:08:35 PDT 2008
> I want to know if it's possible to create a click event on a tag
> within
> a page without using javascript. I know the tag name.
I assume you mean "without using JavaScript or the mouse."
Depending on the type of application you're writing, you could use the
Objective-C API to the DOM.
http://developer.apple.com/documentation/Cocoa/Conceptual/DisplayWebContent/Tasks/DOMObjCBindings.html
Cheers,
Geoff
More information about the webkit-dev
mailing list