#include $oIE = _IECreate("http://zero0679.comule.com/SimpleForm.php") $Name = _IEGetObjById($oIE, "ext-comp-1001") $Email = _IEGetObjById($oIE, "ext-comp-1002") _IEPropertySet($Name, 'innerText', 'Henry') _IEPropertySet($Email, 'innerText', 'Henry@gmail.com')