...wo ich hier genau meine Angabe machen muss, um eine html seite in dem subwindow öffnen zu lassen.
<script language="JavaScript1.1"><!--
function open_subwindow(url,width,height){
if (!width) width=450;
if (!height) height=400;
//
hier habe ich mein Problem (denke ich)
//
Fhelpwindow=open("/sess/ac1704c1EAsiSsEWd7uVAAOyOUsTv8s1MyJzkMZihRKPEMuc/help.php3?keyword="+url,"Fhelpwindow",
"width="+width+",height="+height+",location=no,menubar=no,statusbar=yes,scrollbars=yes,dependent=yes,screenX=-100,screenY=-100");
Fhelpwindow.focus();
}
// -->
</script>
------------------------------------
vielen Dank im Vorraus
häphast
<script language="JavaScript1.1"><!--
function open_subwindow(url,width,height){
if (!width) width=450;
if (!height) height=400;
//
hier habe ich mein Problem (denke ich)
//
Fhelpwindow=open("/sess/ac1704c1EAsiSsEWd7uVAAOyOUsTv8s1MyJzkMZihRKPEMuc/help.php3?keyword="+url,"Fhelpwindow",
"width="+width+",height="+height+",location=no,menubar=no,statusbar=yes,scrollbars=yes,dependent=yes,screenX=-100,screenY=-100");
Fhelpwindow.focus();
}
// -->
</script>
------------------------------------
vielen Dank im Vorraus
häphast