How make Word file same as html file in ASP

This is a discussion on "How make Word file same as html file in ASP" within the Classic ASP section. This forum, and the thread "How make Word file same as html file in ASP are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > Classic ASP

Notices


Closed Thread
 
LinkBack Thread Tools
  #1 (permalink)  
Old Sep 23rd, 2003, 05:29
Junior Member
Join Date: Aug 2003
Location: Pakistan
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to humair
How make Word file same as html file in ASP

Hi
I have a purchase order form which i want to convert into word file
how can I do this?
Take Care &
Allah Hafiz !

  #2 (permalink)  
Old Sep 23rd, 2003, 15:16
Highly Reputable Member
Join Date: Jul 2003
Location: Ipswich, UK
Posts: 690
Thanks: 0
Thanked 0 Times in 0 Posts
at the top of your asp page, put:

Response.ContentType=vnd.ms-word

If that doesnt work, search google for Response.ContentType

Good luck
  #3 (permalink)  
Old Sep 23rd, 2003, 15:54
Reputable Member
Join Date: Aug 2003
Location: United Kingdom
Posts: 158
Thanks: 0
Thanked 0 Times in 0 Posts
I think the kiddie you are after is:

Code: Select all
Response.ContentType = "application/msword"
HTH
u2o
  #4 (permalink)  
Old Sep 23rd, 2003, 16:08
Highly Reputable Member
Join Date: Jul 2003
Location: Ipswich, UK
Posts: 690
Thanks: 0
Thanked 0 Times in 0 Posts
ah yeah thats the boy, nice one
  #5 (permalink)  
Old Sep 24th, 2003, 12:31
Junior Member
Join Date: Aug 2003
Location: United Kingdom
Posts: 48
Thanks: 0
Thanked 0 Times in 0 Posts
<blockquote id="quote"><font size="1" face="geneva, verdana, arial" id="quote">quote:<hr height="1" noshade id="quote">Originally posted by Smokie

ah yeah thats the boy, nice one
<hr height="1" noshade id="quote"></blockquote id="quote"></font id="quote">

Naturally that won't convert it to a word DOC, it'll just say it's a word doc. Whether Word will do teh job of the conversion when the file is opened is another matter.
  #6 (permalink)  
Old Sep 24th, 2003, 14:35
Reputable Member
Join Date: Aug 2003
Location: United Kingdom
Posts: 158
Thanks: 0
Thanked 0 Times in 0 Posts
Works okay for me

u2o
Closed Thread

Tags
word, file, same, html, asp

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 On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Converting Word Document to PDF file. akshitshah Scripts and Online Services 5 Jan 8th, 2008 07:25
how do I use a:hover within a html file (without the css file) heyo Web Page Design 2 Mar 5th, 2007 22:50
Creating a log file (text file) and an XML file using XSL kdelacruz Other Programming Languages 1 Nov 4th, 2006 21:12
print file (pdf, jpeg or word doc) ecat JavaScript Forum 0 Sep 15th, 2006 18:28
search a text FILE BY FIRST CHAR OF WORD gurbaksh Flash & Multimedia Forum 5 Aug 22nd, 2003 15:51


All times are GMT. The time now is 06:21.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43