Opening a link automatically on page load?

You can use JavaScript to trigger events upon page load. The example below uses jQuery.

$(document).ready(function () {
    // Select a link by ID
    $('#specific-link').trigger('click');

    // Select the first link with a certain class
    $('a.thickbox').first().trigger('click');
});

http://api.jquery.com/trigger/

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)