Hallo, wo ist hier der Fehler ? Ich möchte ein neues Fenster mit einer bestimmten Grösse öffnen ?
	
Danke !
							
						
					PHP Code:
	
	
<tr>
            <td width='100'>Title of Project:</td>";
            echo "<td width='450'>$project_name</td>
            <td width='200'>
           <a href='' onClick='window.open('general.php?project_id=$project_id',
            'General project information',width='200', height='200')return false;' 
            target='_blank' class='links' >General project information</a>
          </td>
</tr> 
          
Comment