florida
01-11-2006, 10:18 PM
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?
<a href="http://dsnLocation/reportPage.cfm?projectID=#projectID#&locationID=#locationID#">Link</a>
Is there something in a javascript form post onclick where I can hide the link parameters so the reportPage.cfm will not show them in the 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?
<a href="http://dsnLocation/reportPage.cfm?projectID=#projectID#&locationID=#locationID#">Link</a>
Is there something in a javascript form post onclick where I can hide the link parameters so the reportPage.cfm will not show them in the URL?