pass querystring to open to a specific folder
PostPosted:Tue Feb 22, 2011 7:36 pm
by mhamlett
i would like to be able to pass the URL of the doc mgmt system with a querystring to be able to open the system to a specific folder of documents.
for example:
http://localhost:8080/OpenKM/com.openkm ... t/Recipes/ and the system opens to the Recipes folder.
thx
Re: pass querystring to open to a specific folder
PostPosted:Tue Feb 22, 2011 7:39 pm
by mhamlett
i want to integrate this system using IFRAME into a DotNetNuke portal i currently have.
i dont want the user to be navigating OpenKM. when i create a page call View Recipes, i want to have an IFRAME on that page that will automatiically display the Recipe documents.
and yes i realize i have to get around having to login to OpenKM in the IFRAME. havent got a solution to that problem yet.
any suggestions?
the user is already logged into the Portal. i can pass the username on the URL in the IFRAME to the OpenKM URL.
Re: pass querystring to open to a specific folder
PostPosted:Wed Feb 23, 2011 8:21 pm
by jllort
The most simply way I can imagine for doing it, is via RSS. Some RSS service that could accept queries etc... and if you got a RSS then you can do with it what you want into your page. The question is: always it'll be the same folder or not. Always it'll be same user or not ? Other way is using webservices for it.
I don't know if I understood well, but ... you want to see only that folder ... or you really into the iframe you want to embeded all aplication ?