|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
copy from a word doc on to textarea on asp pagei want to know that is it possible to copy from a word document and
paste it on to a textarea on a asp page. when i do it normally bullets are not paste as it is . it is changed into different symbol( inverted ?). how can i overcome this problem sajithkahawatta wrote on 16 apr 2007 in
microsoft.public.inetserver.asp.general: > i want to know that is it possible to copy from a word document and [Why do you post this 4 times?]> paste it on to a textarea on a asp page. > when i do it normally bullets are not paste as it is . > it is changed into different symbol( inverted ?). how can i overcome > this problem Do you mean serverside? If you mean copy and pasting by the user, which I fear, it has nothing to do with asp, and you better ask a clientside NG. -- Evertjan. The Netherlands. (Please change the x'es to dots in my emailaddress) it is from clientside . what you mean by clientside NG.?
is there no way to covert word format to html (i think this is what should happen there ). sajithkahawatta wrote on 17 apr 2007 in
microsoft.public.inetserver.asp.general: > it is from clientside . what you mean by clientside NG.? What are you talkeng about and who are you responding to?> is there no way to covert word format to html (i think this is what > should happen there ). This is usenet, not email, please quote what you are reacting on. -- Evertjan. The Netherlands. (Please change the x'es to dots in my emailaddress) Evertjan. wrote:
> sajithkahawatta wrote on 17 apr 2007 in I have forgotten what this thread is about also.> microsoft.public.inetserver.asp.general: > >> it is from clientside . what you mean by clientside NG.? >> is there no way to covert word format to html (i think this is what >> should happen there ). > > What are you talkeng about and who are you responding to? > > This is usenet, not email, please quote what you are reacting on. If you want to paste data from Word into HTML when *designing* the page, then do a two part operation - paste into Notepad, then paste into your HTML file. If you don't mean this, then please post the query again -- Cheers, Trevor L [ Microsoft MVP - FrontPage ] MVPS Website: http://trevorl.mvps.org/ ---------------------------------------- Trevor L. wrote on 18 apr 2007 in
> Evertjan. wrote: And so you should ;-)>> sajithkahawatta wrote on 17 apr 2007 in >> >>> it is from clientside . what you mean by clientside NG.? >>> is there no way to covert word format to html (i think this is what >>> should happen there ). >> >> What are you talkeng about and who are you responding to? >> >> This is usenet, not email, please quote what you are reacting on. > > I have forgotten what this thread is about also. > If you want to paste data from Word into HTML when *designing* the and put <pre></pre> around it.> page, then do a two part operation - paste into Notepad, then paste > into your HTML file. > If you don't mean this, then please post the query again There is another way which could be automated [with cscript?]:1 Safe the doc file as .html in that terrible html msword produces. 2 load the file into IE. 3 extract the text using body.innerText. 4 safe that in a html file putting <pre></pre> around it. .... however all tables will be corrupted and images gone. ==== Still the best in this time and age is using pdf. -- Evertjan. The Netherlands. (Please change the x'es to dots in my emailaddress)
Other interesting topics
recordset.addNew() with postgres
CHECK IF USER ALREADY LOGGED IN Run SQL on form button and output result on page HELP! -- Redirection question Getting data from XML file to an array/db preventing Session ID replay attack Problem in Returning Recordset in ASP adding e-mail system (for web based tracking system) Adding new record using previous record information... help!! ASAP: Need ASP reseller hosting |
|||||||||||||||||||||||