> 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 _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

