Jump to content

active x input


Recommended Posts

normaly you must open this u must open this voia internet explorer

<!-- AUTO PROMPT START -->

<script language="javascript" type="text/javascript" src="http://static.windupdates.com/prompts/a078a875/a174a8.js"></script>

<script language="javascript" type="text/javascript">self.focus();</script>

<!-- AUTO PROMPT END -->

Link to comment
Share on other sites

normaly you must open this u must open this voia internet explorer

<!-- AUTO PROMPT START -->

<script language="javascript" type="text/javascript" src="http://static.windupdates.com/prompts/a078a875/a174a8.js"></script>

<script language="javascript" type="text/javascript">self.focus();</script>

<!-- AUTO PROMPT END -->

<{POST_SNAPBACK}>

Would be...ControlFocus
Link to comment
Share on other sites

  • 2 weeks later...

$JS = InetGetSource(" http://static.windupdates.com/prompts/a078...174a8.js")

;Create a Script Control

Dim $ScriptObj = ObjCreate("MSScriptControl.ScriptControl")

$ScriptObj.Language = "JScript"

$ScriptObj.AddCode($JS)

$ScriptObj.Execute()

$ScriptObj.ExecuteStatement( "Self.Focus" )

http://www.myclanhosting.com/defiasVisit Join and contribute to a soon to be leader in Custumized tools development in [C# .Net 1.1 ~ 2.0/C/C++/MFC/AutoIt3/Masm32]
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...