Jump to content

IE.au3 Library / Builder


Valuater
 Share

Recommended Posts

did get to play around with this for a few minutes and found where the problem is, apparently it doesn't like being in a child window

might be a bug

comment out line 103

$internetgui = GUICreate("Internet GUI", @DesktopWidth - 200, @DesktopHeight - 200, 160, 80, $WS_CHILD + $WS_BORDER , "", $gui)

add the following to line 104 and see what happens

$internetgui = GUICreate("Internet GUI", @DesktopWidth - 200, @DesktopHeight - 200, 160, 80, $WS_BORDER, -1, $gui)

also note -1 for extended style instead of ""

Worked like a charm :o Ty now i can get to work
Link to comment
Share on other sites

:o

i want to make a script like this but have it continue to 1000 so can i make a text file with the #'s 1 - 1000 and have the script read the txt file and replace the #'s in the url and have it continue down the list of #'s in the txt file....this is what i have so far...

#include <IE.au3>
#include <numbers.txt>

$o_IE = _IECreate ()
_IENavigate ($o_IE, "http://i17.photobucket.com/albums/b52/samtree/1.jpg")
sleep(500)

like can you set 1 to $num and have it raplace it??

Please Help Me!!

Link to comment
Share on other sites

Can anybody help me to start using the Builder?

When I click the Html Elements button, I can see nothing but "Html Elements - Get Source First".

Thanks.

on the left... click "Source Code"

at the top of that screen ... click "Display Source"

that will fill all of the HTML pages

8)

NEWHeader1.png

Link to comment
Share on other sites

  • 2 weeks later...

Just a little trick....

go to the examples view, copy an example to you would like to see

go to the builder form and paste it

then press "Test Run Form"

it will run that example for you... its pretty cool!

8)

Edited by Valuater

NEWHeader1.png

Link to comment
Share on other sites

  • 4 weeks later...
  • Moderators

I have the IE.au3 in the Include folder and it finds the file. When I run the IE-library5.au3 file I get an error.

If IsObj($o_object.elements) Then

If IsObj($o_object.e^ERROR

Error: Unable to parse line.

Please help.

Jeff

Make sure you have the latest beta version installed. After you have that installed you will need to toggle the beta defs.

Start-->All Programs-->AutoIt v3-->beta-->Toggle AU3 Beta

Link to comment
Share on other sites

great script i love it. only problem i have run into is when i try to goto a website that requires a login and password it will not work with them. any chance of adding this ? well after some more playing around i found that the https://user:pass@ works here . i thought MS took that format outta IE :think:

Edited by anyday
Link to comment
Share on other sites

WOW very cool, program. I really needed this, Thanks

[center]AutoIT + Finger Print Reader/Scanner = COOL STUFF -> Check Out Topic![/center][center][font=Arial Black]Check out ConsultingJoe.com[/font][/center][center]My Scripts~~~~~~~~~~~~~~Web Protocol Managing - Simple WiFi Scanner - AutoTunes - Remote PC Control V2 - Audio SpectrascopePie Chart UDF - At&t's TTS - Custom Progress Bar - Windows Media Player Embed[/center]

Link to comment
Share on other sites

Hi

Will this script work with this link "https://169.200.88.194/"?

I added it to my trusted sites but I can't access it using this IE builder; however I can access it using IE.

Does anybody have an Idea why would that happen?

Thanks

-RK

"When the power of love overcomes the love of power, the world will know peace"-Jimi Hendrix

Link to comment
Share on other sites

not me

8)

I didn't mean to use wachovia website.

you can try to use any other website that supports https.

I'm not a bad person. :think:

"When the power of love overcomes the love of power, the world will know peace"-Jimi Hendrix

Link to comment
Share on other sites

I didn't mean to use wachovia website.

you can try to use any other website that supports https.

I'm not a bad person. :think:

I think you have your answer now from other posts i have seen..

just to be sure i have no problem putting in an http.. website

it works fine

thx

8)

NEWHeader1.png

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