473,474 Members | 1,850 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

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
Oct 9 '08 #1
1 3512
"Devin" <de***********@gmail.comwrote in message
news:1c**********************************@t39g2000 prh.googlegroups.com...
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.
Oct 10 '08 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

19
by: Adam Short | last post by:
I am trying to write a routine that will connect a .NET server with a classic ASP server. I know the following code doesn't work! The data is being returned as a dataset, however ASP does not...
3
by: Web Webon | last post by:
Hi everybody! I wonder if this is possible? I need to determine if a client is using "windows classic folders" or anything else. If I instantiate a Shell ActiveX object is there a way of...
11
by: dhplank | last post by:
Hello everyone, I've developed a calendar program in javascript, and up until now I've done most of my testing using Mozilla and Firefox. Everything works fine, but when I try to use Internet...
2
by: Tony Meier | last post by:
I am using the WebBrowser control (Explorer.Shell.2) from within a VBA application, embedded on an MS Access form to display the contents of a local folder. By default on Windows 2000/XP the...
1
by: vba man | last post by:
I've used the following code to open a browser window and read the data to a file. I know there is another way using a query, but that doesn't work for this application. What I'd like to be able...
5
by: Yoshitha | last post by:
Hi I am developing a C#.Net windows application for my project. In that project I have an IDE to work on. The application is similar to Adobe Photoshop. My requirement is as follows. 1) I must...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.