function bild(bild,titel) { var bildwin = window.open ("http://www.rfh-tv.de/sender/bild.php?b="+bild+"&titel="+titel,"PopUp","width=400,height=200,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no"); } function com_popup(qs) { win= window.open("http://www.rfh-tv.de/com/popup.php?"+qs,"com","width=420,height=530,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no"); } function stream_popup() { win= window.open("http://www.rfh-tv.de/sender/videoplayer_popup.php","stream","width=350,height=325,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no"); } /* AJAX FKT */ var xmlHttp = null; var wert_global = ""; function ajax_con() { if (window.ActiveXObject) { try { xmlHttp= new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { try { xmlHttp= new ActiveXObject("Microsoft.XMLHTTP"); } catch (e) { } } } else if (window.XMLHttpRequest) { try { xmlHttp= new XMLHttpRequest(); } catch (e) { } } } /* FORM FKT */ function form_senden(button) { button.form.submit(); button.value='Daten werden gesendet'; button.disabled=true; }