Link to home
Start Free TrialLog in
Avatar of aklee
aklee

asked on

"URL is malformed" from inet

Why did I always get the "URL is malformed" message whenever I call an inet method?

    Inet1.Execute url, "GET"
or
    Inet1.OpenURL url, icString

There is nothing wrong with my url (http://www.yahoo.com). Do I need to reference a dll or something?

Avatar of mccainz2
mccainz2

try adding this first

Dim url As String
ASKER CERTIFIED SOLUTION
Avatar of mccainz2
mccainz2

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of aklee

ASKER

Thanks. I made a stupid mistake: url is a textbox. I just needed to use url.text.