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.
フォームから値を取得しようとしています。私のHTMLは以下の通りです:
<select name="new_id" ><option value="464">464</option></select>
私は値を取得しようとしています:
my $clientId2 = param('new_id');
しかし、私は $clientId2 を空にしています。このタグを除く他のすべてのタグで機能します。
無効化されたコントロールは、フォームが送信されたときに送信されません。