Function Reference

_INetExplorerCapable

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
Failure: Blank string and @error = 1

 

Remarks

This converts IE uncapable characters to '%' and their hex value

 

Related

None.

 

Example


#include <INet.au3>

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