I got error with loadhtml, see below;

C:\dev\harbour_svn\contrib\hbtip\tests\>loadhtml.exe

    15504 bytes received
Images http://images.google.de/images?hl=en&q=xHarbour&um=1&ie=UTF-8&sa=N&tab=wi

Error BASE/1004  No exported method: AS
Called from AS(0)
Called from MAIN(46)

What is right code must be instead of this

  // "aS" is the plural of "a" and returns all <a href="url"> tags
  aLink := oNode:aS

  FOR EACH oNode IN aLink
     ? HtmlToOem( oNode:getText("") ), oNode:href
  NEXT

Regards,
Alexey Myronenko
_______________________________________________
Harbour-users mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour-users

Reply via email to