Function Reference

_INetExplorerCapable

文字列をIE(Internet Explorer)が対応可能な形式に変換します。

#include <INet.au3>
_INetExplorerCapable ( $s_IEString )

 

パラメータ

$s_IEString 変換する文字列

 

返し値

成功: 変換された文字列
失敗: 空文字列を返し、@error = 1を設定します。

 

注意

この関数はIEが対応できない文字を'%'とその16進数値の組み合わせに変換します。

 

関連

None.

 


#include <INet.au3>

MsgBox(0, "",  _INetExplorerCapable(InputBox("", "Enter a string to convert into browser readable text")))