Automatic download

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When people click and go to a new URL on another server that contains a program or database application, it always asks if they want to "Open or Save" the file. I don't want them to save the file, just be able to execute it where it is (which I gues means the defult should be Open). Any ideas?
 
-----Original Message-----
When people click and go to a new URL on another server
that contains a program or database application, it
always asks if they want to "Open or Save" the file. I
don't want them to save the file, just be able to execute
it where it is (which I gues means the defult should be
Open). Any ideas?

No. If this were possible, think how many Web sites would
be sending you viruses.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*========----------
|\=========------------
|| Microsoft Office FrontPage 2003 Inside Out
|| Microsoft FrontPage Version 2002 Inside Out
|| Web Database Development Step by Step .NET Edition
|| Troubleshooting Microsoft FrontPage 2002
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/=========------------
*========----------
 
This is an Access database for an Intranet site. We don't want anyone downloading the large database just to access it
Dick
 
Since this is a intranet site, store the db outside of the web site,
somewhere on the server and use a System DSN or DSNless connection.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================


Dick C. said:
This is an Access database for an Intranet site. We don't want anyone
downloading the large database just to access it.
 
The database is on another server
I guess I'm to new at this but what is a "use a System DSN or DSNless connection"
I currently am trying
<applet code="fphover.class" codebase="../" width="110" height="20"><param name="effect" value="glow"><param name="url" valuetype="ref" value="file:///K:/HIS_ALL/Re-engineering/UserTesting/NHISOutputSpecsII.mdb"></applet

o

<td width="69%" colspan="2" height="23"><a href="file:///K:/HIS_ALL/Re-engineering/UserTesting/NHISOutputSpecsII.mdb"><span lang="en-us"><b><font face="Arial">Output Specifications Database</font></b></span></a><td
Dick
 
It appears that you want to provide a link to the database files so that
user can actually download them, if this is correct, then you need to
convert the .mdb to .zip using a zip application, then import the files into
your current open FP web and then create a link to them.

The System DSN or DSNLess connection is only need if you want to use ASP to
display the data from the databases on your pages.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================


Dick C. said:
The database is on another server.
I guess I'm to new at this but what is a "use a System DSN or DSNless connection"?
I currently am trying
<applet code="fphover.class" codebase="../" width="110" height="20"><param
name="effect" value="glow"><param name="url" valuetype="ref"
value="file:///K:/HIS_ALL/Re-engineering/UserTesting/NHISOutputSpecsII.mdb">
or

<td width="69%" colspan="2" height="23"><a
href="file:///K:/HIS_ALL/Re-engineering/UserTesting/NHISOutputSpecsII.mdb"><
 
Back
Top