Код:
linkel = document.getElementById('mylinkid');
try {
linkel.onclick();
} catch (e) {
document.location = linkel.href;
}
__________________
"If people only knew how hard I work to gain my mastery, it wouldn't seem so wonderful at all." Michelangelo Buonarroti
|