[ Previous ] [ Contents ] [ Index ] [ Next ]

Ns_AbsoluteUrl

Overview

Construct a URL from a URL and location

Syntax

    int Ns_AbsoluteUrl(
    	Ns_DString				*pds,
    	char				*url,
    	char				*baseurl
    );

Description

The Ns_AbsoluteUrl function constructs a URL, based on url, which may be incomplete, and baseurl, which is typically a location.

Top of Page

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1996 America Online, Inc.