>管理人 2021/05/21 (金) 18:43:46        [misao]
> > というかあれは本物の管理人なのか!(;´Д`)
> > アプロダのアニメーションのコード間違ってるから数行直してもらおう
> お願いします(;´Д`)

        $pchfile = $STORE_URL . $pchfile;
!       my $applet_width  = $width  + 2;
!       my $applet_height = $height + 25;

        print <<_EOF;
        <script src="neo/dist/neo.js" charset="UTF-8"></script>
        <a href="$CGIURL">Return</a>

  <div align="center">
!   <applet name="pch" code="pch.PCHViewer.class" codebase="$BASE_URL" archive="PaintBBS.jar"
            width="$applet_width" height="$applet_height" mayscript
            alt="ご使用のブラウザはJavaが非アクティブ状態になっています。そのためペイントツールが表示されません。">
    <param name="image_width"  value="$width">
    <param name="image_height" value="$height">

これお願いします
!がついてるところが修正行です

参考:2021/05/21(金)18時39分22秒