Convertit une cha�ne en une ligne possible d'IE (Internet Explorer)
#include <Inet.au3>
_INetExplorerCapable ( $sIEString )
$sIEString | Cha�ne � convertir |
Succ�s: | Retourne la cha�ne convertie. |
�chec: | Retourne une cha�ne vide et d�finit @error <> 0. |
Cette fonction convertit les caract�res incompatibles avec IE en '%' suivi de leur valeur hexad�cimale.
#include <Inet.au3> #include <MsgBoxConstants.au3> MsgBox($MB_SYSTEMMODAL, "", _INetExplorerCapable(InputBox("", "Enter a string to convert into browser readable text")))