View Single Post
Old 01-19-2005, 02:14 AM   #14
zaartix
Orange Mole
 
Join Date: May 2004
Location: russia, samara
Posts: 56
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

Last edited by zaartix; 01-19-2005 at 02:21 AM.
zaartix is offline   Reply With Quote