Goals "Click on a Link to an external website" does not work

[Piwik version: 1.4]

Hi,
I’m able to get goals to work when setting it to “when visitors visit a given URL”, but when I tried to select “Click on a Link to an external website”, and provide a value for “contains”, it doesn’t seem to work.

Here’s my setting:
Goal is triggered when visitors click on a Link to an external web site, where the external website URL contains “nokia”.

And here’s my HTML code:
Nokia

Any help would be appreciated!

Thanks,
Quan

document.myForm.submit() to submit a click? it is probably why it doesn’t work, piwik will listen on clicks on the DOM element so if there is no click or the click is hijacked it will not work.