kensington43
Technical User
I have a link where I was wondering how I can hide the ProjectID and LocationID on the reportPage.cfm URL.
After the link takes me to the reportPage.cfm it shows the ProjectID and LocationID in that page URL.
I dont want that info to show up in the URL.
Please advise how I can do that with a link such as what I have below?
After the link takes me to the reportPage.cfm it shows the ProjectID and LocationID in that page URL.
I dont want that info to show up in the URL.
Please advise how I can do that with a link such as what I have below?
Code:
<a href="[URL unfurl="true"]http://dsnLocation/reportPage.cfm?projectID=#projectID#&locationID=#locationID#">Link</a>[/URL]