Click here to Skip to main content
16,007,111 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Script for password protection of website Pin
Yasin Xp4-Jul-05 20:08
sussYasin Xp4-Jul-05 20:08 
Generalimages in a webform Pin
cmarmr25-Jun-05 7:41
cmarmr25-Jun-05 7:41 
GeneralRe: images in a webform Pin
Guffa29-Jun-05 5:15
Guffa29-Jun-05 5:15 
GeneralForcing "Save Taget As" dialog when clicking a link Pin
Wolfram Steinke24-Jun-05 23:24
Wolfram Steinke24-Jun-05 23:24 
GeneralRe: Forcing "Save Taget As" dialog when clicking a link Pin
minhpc_bk25-Jun-05 5:42
minhpc_bk25-Jun-05 5:42 
GeneralRe: Forcing "Save Taget As" dialog when clicking a link Pin
Wolfram Steinke25-Jun-05 12:40
Wolfram Steinke25-Jun-05 12:40 
GeneralRe: Forcing "Save Taget As" dialog when clicking a link Pin
Wolfram Steinke26-Jun-05 14:24
Wolfram Steinke26-Jun-05 14:24 
GeneralRe: Forcing "Save Taget As" dialog when clicking a link Pin
minhpc_bk26-Jun-05 14:39
minhpc_bk26-Jun-05 14:39 
The markup in the html file looks something like:
<a href="Download.aspx?filename=foo.xml" >foo.xml</a>

So you specify the web page in the href attribute of the anchor element instead of the foo.xml. Also, you might want to add the name of the xml file to query string so that it can be used later in the web page for reading the file content. In the web page, you programmatically add the Content-Disposition field to the header of the reponse.

In addition, you can also statically add the Content-Disposition field to the header in the IIS-snapin (Here, I assume you are using the IIS as your web server).
GeneralExporting Images From Word Pin
ironclads24-Jun-05 11:23
ironclads24-Jun-05 11:23 
GeneralDHTML Menu &amp; Iframes Pin
tranzparentl24-Jun-05 10:22
tranzparentl24-Jun-05 10:22 
GeneralRe: DHTML Menu &amp; Iframes Pin
minhpc_bk25-Jun-05 5:55
minhpc_bk25-Jun-05 5:55 
Generalnew to web design, need guidance Pin
Joey Picerno24-Jun-05 6:25
Joey Picerno24-Jun-05 6:25 
GeneralRe: new to web design, need guidance Pin
Nino_124-Jun-05 15:17
Nino_124-Jun-05 15:17 
GeneralData on the wire Pin
nemo24-Jun-05 6:05
nemo24-Jun-05 6:05 
QuestionHow to access dynamically-generated elements Pin
Nickmatic24-Jun-05 5:47
Nickmatic24-Jun-05 5:47 
AnswerRe: How to access dynamically-generated elements Pin
minhpc_bk24-Jun-05 23:19
minhpc_bk24-Jun-05 23:19 
GeneralRe: How to access dynamically-generated elements Pin
Nickmatic25-Jun-05 5:55
Nickmatic25-Jun-05 5:55 
GeneralRe: How to access dynamically-generated elements Pin
minhpc_bk26-Jun-05 17:15
minhpc_bk26-Jun-05 17:15 
GeneralRe: How to access dynamically-generated elements Pin
Nickmatic27-Jun-05 12:43
Nickmatic27-Jun-05 12:43 
Generalweb page system recommendations Pin
Tibor Blazko23-Jun-05 23:46
Tibor Blazko23-Jun-05 23:46 
GeneralCalculating the window's size Pin
llp00na23-Jun-05 23:26
llp00na23-Jun-05 23:26 
GeneralAutomatically Click Link Pin
tranzparentl23-Jun-05 11:19
tranzparentl23-Jun-05 11:19 
GeneralRe: Automatically Click Link Pin
minhpc_bk23-Jun-05 17:52
minhpc_bk23-Jun-05 17:52 
GeneralIIS Intranet Configuration Pin
Matt Gerrans23-Jun-05 10:08
Matt Gerrans23-Jun-05 10:08 
GeneralRe: IIS Intranet Configuration Pin
minhpc_bk23-Jun-05 17:45
minhpc_bk23-Jun-05 17:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.