Transformer Tags
Tag url


This tag transforms URLs that should be gatewayed. If the URL in the pt:href attribute is outside the gateway, it will be transformed to an absolute URL.
Note: This feature does not draw a link in HTML; it obtains the URL as a string and passes it to a client-side function, as shown in the following example.

Example:
<script>
function myFunction() {
document.write("<pt:url pt:href="myURL"/>");
}
</script>


Tag Information
Tag Nameurl

Attributes
NameTypeRequiredDefault ValueDescription
hrefstringtruenullURL that should be gatewayed. If the URL is outside the gateway, it will be transformed to an absolute URL.


Copyright 2005 Plumtree Software, Inc.