I created an email link, that I want invoked ("clicked") on page load.
I thought I could simply do:

$().ready(function() {
    $("#thelink").click()
})

Do I need to do something else?

Thanks.

Reply via email to