Jump to content
UBot Underground

Problem clicking on HTML option in editor on online html editor


Recommended Posts

I just can't select the HTML option in an online html editor. Like the one you see in fact when you create a thread in here.

 

I tried these various UB codes:

run javascript("javascript:tinyMCE.execInstanceCommand(\'mce_editor_0\',\'mceCodeEditor\',false);")
click(<outerhtml="<a id=\"mce_editor_0_code\" href=\"javascript:tinyMCE.execInstanceCommand(\'mce_editor_0\',\'mceCodeEditor\',false);\" onclick=\"tinyMCE.execInstanceCommand(\'mce_editor_0\',\'mceCodeEditor\',false);return false;\" onmousedown=\"return false;\" class=\"mceButtonNormal\" target=\"_self\"><img src=\"http://www.site.com/jscripts/tiny_mce/themes/advanced/images/code.gif\" alt=\"Edit HTML Source\" title=\"Edit HTML Source\"></a>">, "Left Click", "No")
click(<image="___IMAGE___2___IMAGE___">, "Left Click", "No")
click(<title="Edit HTML Source">, "Left Click", "No")
plugin command("WindowsCommands.dll", "click mouse", "Mybot* - UBot Studio Developer Edition", "HwndWrapper[UBot Studio.exe;;3efad7e5-7104-4d8d-8d71-5b46866cd727]", 1279, 421, "Left Click")
run javascript("tinyMCE.execInstanceCommand")

None are working

 

 

Here's the code on the page:

<a id="mce_editor_0_code" href="javascript:tinyMCE.execInstanceCommand('mce_editor_0','mceCodeEditor',false);" onclick="tinyMCE.execInstanceCommand('mce_editor_0','mceCodeEditor',false);return false;" onmousedown="return false;" class="mceButtonNormal" target="_self"><img src="http://www.site.com/jscripts/tiny_mce/themes/advanced/images/code.gif" alt="Edit HTML Source" title="Edit HTML Source"></a>

Can i click on this of UB can't do this for now ?

Thanks

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...