edgeでファイル選択ダイアログボックスを出す「開く」は、
edgeでファイル選択ダイアログボックスを出す「開く」は、
open.htm
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=shift_jis">
</head>
<body>
<input type=file id=FILE size="100">
<input type=button value="開く" onclick="if(FILE.value){location.assign(FILE.value);}">
</body>
</html>
コマンドプロンプトでhtmファイルにイントラネットのZoneIDを書き込む。
(
Echo [ZoneTransfer]
Echo ZoneId=1
) > "open.htm:Zone.Identifier"
このhtmファイルへの「お気に入り」をedgeにインポートする。
« edgeには、「名前を付けて保存」がない。「対象をファイルに保存」はある。 | トップページ | utf-8からシフトjisに変換するバッチファイル »