[an error occurred while processing this directive] [an error occurred while processing this directive]

скрипты

кнопочка открывающая в другом окне ваши данные

  • код:< SCRIPT LANGUAGE="JavaScript">
    function WinOpen() {
    msg=open("","DisplayWindow","HEIGHT=300, WIDTH=500,status=no,toolbar=no,directories=no ,menubar=no,location=no,scrollbars=yes, resizable=yes");
    msg.document.write("<title>рыба</title>");
    msg.document.write("<body bgcolor=#0000FF><center><img src=../../../fish.gif><br></center>");
    }
    </SCRIPT>
    <FORM>
    <INPUT TYPE="button" NAME="Button1" VALUE="пример" onclick="WinOpen()">
    </FORM>
    [an error occurred while processing this directive]