Jump to content

Trying to use search feature on website through script


Recommended Posts

Negative...tried this....

$oButton = _IEGetObjByName($oIE, "msgidlist")
_IEFormSubmit($oButton)oÝ÷ Øj-¶¬zºè­«­¢+Ø´´ØÈì%¹ÔÌ]ɹ¥¹É½´Õ¹Ñ¥½¸}%ÑÑ °ÀÌØí}%MÑÑÕÍ}9½5Ñ (´´ØÈì%¹ÔÌ]ɹ¥¹É½´Õ¹Ñ¥½¸}%½Éµ±µ¹ÑÑ=© å9µ°ÀÌØí}%MÑÑÕÍ}9½5Ñ (´´ØÈì%¹ÔÌÉɽÈɽ´Õ¹Ñ¥½¸}%½ÉµMÕµ¥Ð°ÀÌØí}%MÑÑÕÍ}%¹Ù±¥=©ÑQåÁ(Ðíá¥Ð½èÀQ¥µèÄиÐäØ
Link to comment
Share on other sites

  • Replies 44
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Your error log doesn't match your code...

IE Dev ToolbarMSDN: InternetExplorer ObjectMSDN: HTML/DHTML Reference Guide[quote]It is surprising what a man can do when he has to, and how little most men will do when they don't have to. - Walter Linn[/quote]--------------------[font="Franklin Gothic Medium"]Post a reproducer with less than 100 lines of code.[/font]
Link to comment
Share on other sites

Is the _IEFormElementGetObjByName error coming from a different call then? I thought you were maybe using that instead of _IEGetObjByName.

As for the error with _IEFormSubmit, that would be because you're trying to submit a button. Just because it says "type='submit'", does not mean you can use _IEFormSubmit, that is specifically for things that say <FORM name="blah blah"> and so on. This is an <INPUT type="submit">. Use _IEAction($oButton, "click") in stead, or _IEFormSubmit the form, not the submit button.

Edited by mikehunt114
IE Dev ToolbarMSDN: InternetExplorer ObjectMSDN: HTML/DHTML Reference Guide[quote]It is surprising what a man can do when he has to, and how little most men will do when they don't have to. - Walter Linn[/quote]--------------------[font="Franklin Gothic Medium"]Post a reproducer with less than 100 lines of code.[/font]
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...