lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lynx-dev Problem with HTLoadFile?


From: rjp
Subject: lynx-dev Problem with HTLoadFile?
Date: Tue, 27 Jul 1999 15:28:01 +0100

Ok, I'm passing a URL to HTLoadFile in a custom protocol handler
and it's going via FTP instead of HTTP for some reason.

    if (!new_arg) {
        HTAlert(BAD_REQUEST);
        status = -2;
    } else {
        status = HTLoadFile(new_arg, anAnchor, format_out, sink);
        FREE(new_arg);
    }

At the HTLoadFile call, new_arg="http://uk.comps.org/";.  What
am I doing wrong?
-- 
rob partington % address@hidden % http://lynx.browser.org/

reply via email to

[Prev in Thread] Current Thread [Next in Thread]