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

ns_adminlink

Overview

Add a link to /NS/Admin page

Syntax

ns_adminlink label url

Description

ns_adminlink adds a link to the AOLserver Administration page (/NS/Admin) with the text specified by label and the URL to link to specified by url. The link will be displayed under the "Administration Links" heading on the Administration page.

In AOLserver, this function is usually called once by each module loaded.

Example

The nsdb module calls ns_adminlink to add the Database Services link to the Administration page:

    ns_adminlink "Database Services" /NS/Db/Admin

Top of Page

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