Jump to content

_IE Help needed


Recommended Posts

Hi guys =)

I found a kind of example script somewhere, which allows you to send infos to a php-script using internet explorer.

Code looks like this:

Func _sendit()

$sURL = "http://123xy.com/php/1.php"

$oIE = _IECreate($sURL,0,0)

$oForm = _IEFormGetObjByName($oIE,"post")

$oText = _IEFormElementGetObjByName ($oForm, "form_message")

_IEFormElementSetValue ($oText,$info)

_IEFormSubmit ($oForm)

_IEQuit($oIE)

EndFunc

Well for some reason, it doesn't do his job for me.

I'm trying to make it write the info to a clean textarea, doesn't work tho.

I think the problem is this:

$oText = _IEFormElementGetObjByName ($oForm, "form_message")

Well actually, I got no clue at all :D

Help me :D

Thank you in advance, lordlol

Link to comment
Share on other sites

No , line

$oText = _IEFormElementGetObjByName ($oForm, "form_message")

wouldn't be the problem unless the text area name isn't "form_message"

...

i think the point is

_IEFormElementSetValue ($oText,$info)

can you show out what's $info ?

[quote]Don't expect for a perfect life ... Expect a least troubles ones[/quote]Contact me : ass@kiss.toWhat I Have Done :Favorites Manager Mangage your favorite's folder, that's coolPC Waker For those who want to save stickersWebScipts Supporter For those who've just started with Web and WebScriptsTemporary Looker Simple but powerful to manage your Temporary folder, you know what you downloaded[UDF] _NumberFormat() Better performance on number display[UDF] _DirGet() What a folder contain [how many (hidden,normal,...) files], with one line of code[UDF] _IsPressEs() Just like _IsPress() but for a group of keys

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