solucionado.
Código: Seleccionar todo
_ienavigate($web,"javascript:hideMainMenu();submitbutton('add')")
Código: Seleccionar todo
_ienavigate($web,"javascript:hideMainMenu();submitbutton('add')")
Tienes que utilizar la función _IEFormElementRadioSelect, ya que son objetos radio.dacu escribió:Sección y categoría--- No consigo seleccionar la opción que quiero.
Tienes que utilizar la función _IEFormElementOptionSelect, ya que es un objeto Select con varios Option.dacu escribió:Publicado y Pagina principal--- No se pinchar en el Checkbox
Pues mal empiezas . "a funcionado" se escribe "ha funcionado" de "haber funcionado" .dacu escribió:Chefito, todo me a funcionado perfecto y seguiré tu consejo gramatical.
Primeramente decirte que a la función controlsend le faltan argumentos requeridos. No se si lo has puesto así a propósito. Mírala en la ayuda.dacu escribió:Por cierto, tu sabes por que la función GUICtrlCreateEdit al sacarla con ControlSend (GUICtrlRead($Megaupload))me transforma caracteres?..
Código: Seleccionar todo
$text = StringReplace(GUICtrlRead($Megaupload), "http://", "")
ControlSend("[CLASS:IEFrame]", "", "Internet Explorer_Server1", $text)
Código: Seleccionar todo
#include <IE.au3>
$oIE = _IECreate ("http://tinymce.moxiecode.com/tryit/full.php")
$texto="<center><h1><font color=#ff0000>Esto es un ejemplo de como dominar el control tinyMCE.</font></h1><P><h2><font color=#0000FF>A CHEFITO NO SE LE RESISTE CASI NADA ;)</P></font></h2></center>"
_IEHeadInsertEventScript ($oIE,"document", "onclick", 'tinyMCE.get("content").hide();document.getElementById("content").value = "' & $texto & '";tinyMCE.get("content").show();')
$oIE.document.fireevent("onclick")