Popup in php Bedingung

madesign

Grünschnabel
Ich hoffe der Titel ist nicht irreführend. Ich habe innerhalb eines php codes den code für ein Popupfenster. Die Hochkommer hab ich innerhalb des codes mit einem Backslash versehen. Trotzdem funktioniert das Popup nicht. Ausserhalb des php codes funktioniert es aber.
Hier der Popup code:
PHP:
<div id="agreewith"><span id="agree">I agree with the</span> <span id="termsandconditions" onclick="MM_openBrWindow(\'agree_terms_and_conditions.html\',\'\',\'scrollbars=yes,width=504,height=550\')">Terms &amp; Conditions</span><span class="green_star"> *</span></div>

Der code steht innerhalb:
PHP:
<?
if(!isset($_GET['mailsend'])) {
echo '

............

}else{
 echo '<div id="mail_send"><span class="gracias">Thank you!</span><br/><br/>The form has been sent, we are working in order to process your booking.
You should recive an autoreplay on your e-mail account. If not please check your spam box or fill out the form again with a correct e-mail address.<br/><br/><div id="linktoform"><a href="http://www.stayinbuenosaires.com/apartment-id-'.$arr['id apartments'].'.html">To get the mail form back click here.</a></div></div>';
}
?>

Der code ist sehr lang deshalb hab ich ihn nicht komplett eingefügt.
Der link zur Seite online ist: http://www.stayinbuenosaires.com/apartment-id-83.html
Das Popup wird von Therm & Conditions in der Mail form aufgerufen.
Bitte, was mach ich falsch?

Liebe grüsse, Michael
 
Ach ja der Wald und die Bäume...
Der javascript code ging im header verloren.

function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);

Ohne gehts halt nicht,

Sorry für alle die sich den Kopf zerbrochen haben, Michael
 
Zurück