Link to home
Start Free TrialLog in
Avatar of DilrajSingh123
DilrajSingh123

asked on

basics of JSp...

first time i am going to make a report from jsp and i want some link about how to create report like in MSWORD ,when in msword we enter a word which is new to dictionary of MSWord it underlines it but it does not print while printing,how can we perform this action...pls help me..500 points now and i will give more points for next four days as i am on this issue for next for days and i have lots of questions as a beginer..help me i am in histeria..
what does following mean in JSP.....or HTML
1)META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
2)<META NAME="Generator" CONTENT="Microsoft Word 97">
3)META NAME="Template" CONTENT="D:\Program Files\Microsoft Office\Office\html.dot">

dilraj
ASKER CERTIFIED SOLUTION
Avatar of bloodredsun
bloodredsun
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of DilrajSingh123
DilrajSingh123

ASKER

Hi bloodredsun ,
I am given a job on JSP formatting,We are making a report in some format specified by customer and now he wants some changes..i never did JSP before...how can i write one JSP page,for example, that will give me output as two pages if the content (according to bugger fonts) does not fit in one page...do you understand what is my problem,i can give more information if you think u need..pls help me from this problem..
>>how can i write one JSP page,for example, that will give me output as two pages if the content (according to bugger fonts) does not fit in one page

use javascript

I'll need more info on anything else. You need to ask some specific questions as at the moment you are just asking vague ones.
If you really want MS word format as output, one way you can do is to convert your hmtl/text format file to word using OpenOffice filter (you need to install openoffice).
Any more information on this?
Have you tried to save your MSWORD Doc as web page format. And try to create another file like this:

<HTML>

<BODY>
<%@include file="file_msword_name.mht"%>
</BODY>
</HTML>

And save something.jsp. See whether it works.

Or Simply just put the msword, which has been save as .mht, file to the web directory.

I hope it helps.

Agreed