Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old October 9th, 2008, 04:55 PM
Devin
Guest
 
Posts: n/a
Default ASP Classic - A way to open Win Explorer, or similar alternative

Hi,

I'll explain what I am trying to do and hopefully you can suggest how
I can do it, or another way I could create a similar effect.

My company uses vCalendar which I know my way around in pretty well.
When the administrator of the calendar makes a new event (this person
isn't computer savvy) they need to enter in the field for "relevant
docs" the folder where the files of interest for the event are located
(brochures, fyi, agendas, etc). When a user click the event they
should be able to click the link in the "relevant docs" field and it
should open the network folder in windows explorer so they can save
the necessary documents for the event they are attending.

I realize windows explorer might not be an option. So I'll take
whatever suggestions you can throw at me.

D
  #2  
Old October 10th, 2008, 02:15 AM
Bob Milutinovic
Guest
 
Posts: n/a
Default Re: ASP Classic - A way to open Win Explorer, or similar alternative

"Devin" <devin.cormier@gmail.comwrote in message
news:1cb0d762-438c-4cca-b673-5f4aacad934d@t39g2000prh.googlegroups.com...
Quote:
Hi,
>
I'll explain what I am trying to do and hopefully you can suggest how
I can do it, or another way I could create a similar effect.
>
My company uses vCalendar which I know my way around in pretty well.
When the administrator of the calendar makes a new event (this person
isn't computer savvy) they need to enter in the field for "relevant
docs" the folder where the files of interest for the event are located
(brochures, fyi, agendas, etc). When a user click the event they
should be able to click the link in the "relevant docs" field and it
should open the network folder in windows explorer so they can save
the necessary documents for the event they are attending.
>
I realize windows explorer might not be an option. So I'll take
whatever suggestions you can throw at me.
>
Use a file:// link in the page, and preferably replace any backslashes with
slashes;

<a target="_blank" href="file://<%=Replace(sFilePath,"\","/")%>/">Open
Folder</a>


- Bob.


 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles