Сообщение от tom
|
Скажи пожалуйста куда это вставить document.location = '/';
|
Как вариант...
function jslink(link) {
document.location = link;
//window.open(link, ',', 'dependent=no, screenx=0,screeny=0, left=0,top=0, resizable=yes, scrollbars=yes, menubar=yes, location=yes, toolbar=yes, status=yes, titlebar=yes', false);
}