Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
保存ボタンをクリックして検証用に Javascript を適用した .aspx ファイルがありますが、この Javascript コードを他のファイルで使用し、検証を確認する必要があります。
<script type="text/javascript"> /* your validation code. */ </script>
このスクリプトを他のページの head セクションに追加し、
<script type="text/javascript" src="validation.js"></script>