August 1999
Intermediate to advanced
1488 pages
72h 53m
English
addClient(URL)
The addClient() function is a top-level function that is not associated with any core object. This function is used to preserve the property values of a client object when you generate dynamic links or use the redirect method. The addClient() function takes a URL as its only parameter.
This example demonstrates how you can use the addClient() function when dynamically building links. In Listing 8.1, a link is built by using a property of the project object.
<A HREF='<SERVER>addClient("/myApp/page" + project.pagenum +
".html")</SERVER>'>
Please proceed to the next page</A>
|
In Listing 8.2, the addClient() function ...
Read now
Unlock full access