IIS ASP - href problem

This is Interesting: Free IT Magazines  
Home > Archive > IIS ASP > August 2004 > href problem





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author href problem
Savas Ates

2004-08-25, 4:21 am

when i click the a link i want to see a thing which is like save as target
...

it can be a word doc or xls or whatever. i want to make it dowloadable when
a user click a link.. how can it be possible...


John

2004-08-25, 4:21 am


This is not the right newsgroup but ...

<a href="www.myserver.com/docs/myword.doc" target="_blank">MyWord</a>


John

2004-08-25, 4:21 am

better <a href="http://www.myserver.com/docs/myword.doc"
target="_blank">MyWord</a>

or simply

<a href="docs/myword.doc" target="_blank">MyWord</a>


Savas Ates

2004-08-25, 4:21 am

hey you probably missunderstood me... when you give a link zip file you
seee (open dowload written) a dialog box.. but when you give a link to a doc
file explorer dont behave a zip file.. it opens it.. but i dont want to open
it.. i want to save as dialog box.. is it clear..

and it is not a right place which group can i ask..


Stuart Palmer

2004-08-25, 4:21 am

Think this is what you want.

http://www.aspfaq.com/show.asp?id=2161

Stu

"Savas Ates" <savas@indexinteractive.com> wrote in message
news:Ol6zcFniEHA.3428@TK2MSFTNGP11.phx.gbl...
> when i click the a link i want to see a thing which is like save as target
> ..
>
> it can be a word doc or xls or whatever. i want to make it dowloadable

when
> a user click a link.. how can it be possible...
>
>



Savas Ates

2004-08-25, 5:58 pm

ok 10x i solve it..


John

2004-08-25, 5:58 pm

ADODB.Stream is disabled since the latest Windows Update. So it can be this
is not longer working on a clients machine.


Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com