lamont thomas · Jun 26, 2019 go to post

Thank you for your response but I need to learn more JavaScript before I can use you example.

lamont thomas · Jun 26, 2019 go to post

The request was for client side explorer but I think I will have to use server side. Thank you.

lamont thomas · May 30, 2019 go to post

I found that if  I create a link

<a href="C:\TEMP">Open folder</a>

When the user press the open folder windows explorer will open to c:\temp.

Now I need to create the link dynamically using the content of the input box.
 

lamont thomas · May 30, 2019 go to post

ok. Thank you for the reply.

I need to open to the windows' path based on the user input in a text box on the Zen page.

for example 

1) User inputs c:\test\ in a text box

2) user click button and windows explorer opens to c:\test\ on the local machine.

lamont thomas · May 6, 2019 go to post

I need to provide a table  that lists  the  settings for the Services, Processes and Operations in a production.

After executing  your code I see I asked the wrong question.

I need to provide a table  that lists  the  settings for the Services, Processes and Operations in a production.

I would like to produce something like the Production document but I get to chose which items are listed. Is this possible?