Jump to content

sening an enter with IE it yust doesnt work


Recommended Posts

hey this is an peace of my code if i submit this in my forum i get this

hey{enter}this is an test

$Enter = ("{enter}")

$Textsubmit = $text1 & $Enter & $text2
_IEFormElementSetValue($Message, $Textsubmit)

but you know what i want:

hey

this is an test

can someone help me i feel now really noob :D

Link to comment
Share on other sites

Hi,

not tested, but what about @CR or @CRLF?

So long,

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

thanx man it works :D ig got now

$Enter = @CR

$Textsubmit = $text1 & $Enter & $text2
_IEFormElementSetValue($Message, $Textsubmit)

thx matthy

Hi,

fine, you could also write

$Textsubmit = $text1 & @CR & $text2
_IEFormElementSetValue($Message, $Textsubmit) 

or just ...

_IEFormElementSetValue($Message, $text1 & @CR & $text2)

I guess.

So long,

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

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...