Hi,

When I try to follow the link of a web page:
string = "http://jump.altavista.com/rs.go?Sony+digital+camera&pg=q&qe"
b = inet1.openurl(string)

I get "string" from the hyperlink property of the link.
But when I try to run the program it says that the URL is malformed.

Does anyone know why?