Hi
I would like to display the URL of a page using the gobal print variables. I get the following but it is not correct or complete.
http://Intranet/good_practice_program_monitoring_is_proactive_rather_than_reactive/Good practice program monitoring is proactive rather than reactive
The correct url is
http://Intranet/good_practice_program_monitoring_is_proactive_rather_than_reactive/Good
I used the bellow code to generate the incorrect example.
<div id=“body-content”>
<h1>
<MySource_PRINT id_name=“global” var=“asset_short_name” /></h1>
<MySource_area id_name=“body_content” design_area=“body” />
<strong>Document ID:</strong>
<mysource_print id_name=“global” var=“assetid” />
<strong>Page URL: </strong> http://
<MySource_PRINT id_name=“global” var=“site_name” />/
<MySource_PRINT id_name=“global” var=“asset_link” />/
<MySource_PRINT id_name=“global” var=“asset_name” />
</div>
Is there a global variable for the webpath?
Meg
You can use:
To print the entire URL. :)