another trouble:
phpdig get links from this code:
PHP Code:
<script language='Javascript'>
function showDetail(code,type)
{
if (type=='all') {
width=600;
height=400;
} else {
width=600;
height=200;
}
window.open('/detail.php?mach[1]=ost&mach[2]='+code+'&mach[3]='+type,'_blank','scrollbars, resizable, width='+width+',height='+height+', left=200, top=200');
}
function cartAdd(code)
{
width=600;
height=350;
window.open('/detail.php?mach[1]=cart&mach[2]=add&mach[3]='+code,'_blank','scrollbars, resizable, width='+width+',height='+height+', left=200, top=200');
}
</script>
and from this:
PHP Code:
<noindex>
<a href="http://www.domain.com/dir/index.php?razdel=about">test1</a>
</noindex>