Jump to content

_FFOpenURL($url)


Recommended Posts

hi

I cant open a page with given url.

But if i use url2 then it works. but both urls are almost identical why 1 works & other dont?

#Include <FF.au3>

$url    = 'http://g.e-hentai.org/s/ee9eb8f676/292753-28'
$url2   = 'http://ff-au3-example.thorsten-willert.de'

If _FFConnect(Default, Default, 3000) Then
    _FFOpenURL($url)
Else
    ConsoleWrite('connect fail' & @CRLF)
EndIf
Edited by goldenix
My Projects:[list][*]Guide - ytube step by step tut for reading memory with autoitscript + samples[*]WinHide - tool to show hide windows, Skinned With GDI+[*]Virtualdub batch job list maker - Batch Process all files with same settings[*]Exp calc - Exp calculator for online games[*]Automated Microsoft SQL Server 2000 installer[*]Image sorter helper for IrfanView - 1 click opens img & move ur mouse to close opened img[/list]
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...