Servertec URL( )
M E N U

Content
Introduction
Release Notes
Requirements
Installation
Change Log
Future Plans
Knowledge Base
Referance Manual
Conventions
Scriptlets
Data Types
Constants
Variables
Procedures
Operators
Statements
Objects
Array
Cookie
Date
Error
File
FileDescriptor
Hashtable
Internet
IO
JDBC
Number
Object
Properties
Random
Request
Response
SqlTypes
Stack
StreamTokenizer
String
StringBuffer
StringTokenizer
System
Vector

Wrappers
Server Side
Preprocessor
Executable
Make
Samples
Legal
Feedback

 


Returns a new url object using the specified protocol name, host name and filename.

Syntax

    URL( string )
    URL( protocol, host, file )
    URL( protocol, host, port, file )
    URL( url, string )

Parameters

    string        the string representation of a url object.
    protocol    the name of the protocol.
    host           the name of the host.
    port           the port number.
    file             the name of the host file.
    url             the url object to use as a context.

Returns

    url    the new url object..

Example

    u = URL( su )
top of page
Built with iScript Copyright © 1997-1998 Servertec. All rights reserved.
Last Modified: Wed Apr 15 00:16:38 EDT 1998