On Wed, Jan 5, 2011 at 1:05 AM, Benjamin Poulain <[email protected]> wrote: > The example is on an input element. Those elements have a click() method, > not link elements (see the DOM specification).
It's interesting, because it's just works in Opera. I can't find it in the w3 specification, but on a lots of other places I can find a click() method in HTMLAnchorElement which is an inherited function from HTMLElement, and it looks like all the major browsers supports it (for example Safari from 1.0). > I do not know if there is a simple way to activate a link programmatically. > You could execute the event > handler, and load href by default, or send a syntethic mouse event. Yes, but I want to use QWebPage without any visible window... tr3w _______________________________________________ webkit-qt mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
