Not for AuCGI, for AutoIT3.exe as interperter... You'll need abyss web server! <b>WebGui.au3</b> [autoit];Created by DBak Func _WebGuiCreateInput( $CTRL_ID, $Int_Val ='',$I_Size = '', $I_MaxChr = '', $I_Method = 'Post' ) echo('<form action="'&$_SCRIPT_NAME&'" method="'& $I_Method&'">'&'<input name="'& $CTRL_ID & '" type="text" value="'& $Int_Val&'" size="'&$I_Size&'" maxlenght="'&$I_MaxChr&'">') Return