Jump to content

Iframe textarea


Recommended Posts

why does this stay on one line??

#include$oIE = _IECreate("http://www.autoitscript.com/forum/index.php?app=forums&module=post&section=post&do=new_post&f=2")$oFrame = _IEFrameGetCollection($oIE, 0)_IEBodyWriteHTML($oFrame, "Help me" & @CRLF &"Help me" &"Help me" &"Help me" )

sorry dont know what wrong woth the code box... just keeps doing it!!

#include<ie.au3>

$oIE = _IECreate("http://www.autoitscript.com/forum/index.php?app=forums&module=post&section=post&do=new_post&f=2")

$oFrame = _IEFrameGetCollection($oIE, 0)

_IEBodyWriteHTML($oFrame, "Help me" & @CRLF &"Help me" &"Help me" &"Help me" )

thanks

Edited by bluerein
Link to comment
Share on other sites

#include<ie.au3>

$oIE = _IECreate("http://www.autoitscript.com/forum/index.php?app=forums&module=post&section=post&do=new_post&f=2")
$oFrame = _IEFrameGetCollection($oIE, 0)
_IEBodyWriteHTML($oFrame, "Help me</br>" & @CRLF &"Help me</br>" &"Help me</br>" &"Help me</br>" )

duhhh!! html...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...