Jump to content

FireFox input box


Recommended Posts

Go to http://www.clickz2cash.com/ in Microsoft Internet Explorer then run this:

WinWait("Clickz2Cash - Get Paid To Search - Microsoft Internet Explorer", "")

Do
   WinActivate("Clickz2Cash - Get Paid To Search - Microsoft Internet Explorer", "")
   WinWaitActive("Clickz2Cash - Get Paid To Search - Microsoft Internet Explorer", "")
   Send("{TAB}")
   Sleep(100)
Until WinExists("Clickz2Cash - Get Paid To Search - Microsoft Internet Explorer", "contact.php") = 1

WinActivate("Clickz2Cash - Get Paid To Search - Microsoft Internet Explorer", "")
WinWaitActive("Clickz2Cash - Get Paid To Search - Microsoft Internet Explorer", "")
Send("{TAB}")
Send("search for this")

Is there a way to do somthing like this in FireFox?

Link to comment
Share on other sites

Yea... basically you can use the samething except change the title and such.

Did you write the above code?

JS

AutoIt Links

File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out.

ComputerGetInfo UDF's Updated! 11-23-2006

External Links

Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more)

Link to comment
Share on other sites

Yea... basically you can use the samething except change the title and such.

Did you write the above code?

JS

<{POST_SNAPBACK}>

WinWait("Clickz2Cash - Get Paid To Search - Mozilla Firefox", "")

Do
   WinActivate("Clickz2Cash - Get Paid To Search - Mozilla Firefox", "")
   WinWaitActive("Clickz2Cash - Get Paid To Search - Mozilla Firefox", "")
   Send("{TAB}")
   Sleep(100)
Until WinExists("Clickz2Cash - Get Paid To Search - Mozilla Firefox", "contact.php") = 1

WinActivate("Clickz2Cash - Get Paid To Search - Mozilla Firefox", "")
WinWaitActive("Clickz2Cash - Get Paid To Search - Mozilla Firefox", "")
Send("{TAB}")
Send("search for this")

Wont work w/ Firefox, you try it...

Link to comment
Share on other sites

firefox does not return the statusbar as text like IE does.

actually it doesn't return Status Bar Text, Visible Window Text, or Hidden Window Text

The new Obj/com support in beta will do what you need in microseconds, but has to use IE atm.

Obj support is not supported in Firefox, nor any mozilla/netscape browser atm.

AutoIt3, the MACGYVER Pocket Knife for computers.

Link to comment
Share on other sites

firefox does not return the statusbar as text like IE does.

actually it doesn't return Status Bar Text, Visible Window Text, or Hidden Window Text

The new Obj/com support in beta will do what you need in microseconds, but has to use IE atm.

Obj support is not supported in Firefox, nor any mozilla/netscape browser atm.

<{POST_SNAPBACK}>

Damn, well i guess my bot will only work with:

IE

Opera

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