Converts a string to IE(Internet Explorer) capable line
#include <INet.au3>
_INetExplorerCapable ( $s_IEString )
Parameters
$s_IEString | String to be converted |
Return Value
Success: Converted string
Remarks
This converts IE uncapable characters to '%' and their hex value
Related
Example
#include <INet.au3>
MsgBox(0, "", _INetExplorerCapable(InputBox("", "Enter a string to convert into browser readable text")))