Skip to main content
Participant
April 7, 2021
Question

Forbiddenエラーが出る

  • April 7, 2021
  • 0 replies
  • 109 views

音声を試聴するアプリケーションを作成したいのですが、音声が入っているフォルダー(messege)のリスト()を出そうとしても「You don't have permission to access this resource.」と出てしまいます。エラーが出ると箇所のコードは以下の通りです。

<script>
function winOpen(){ window.open('message',"sub","width=600,height=800,statusbar=yes,directories=yes,toolbar=yes,scrollbars=yes");
}
</script>

共有フォルダー(maessage)の問題でしょうか。その対処法を教えてください。

    This topic has been closed for replies.