This week's book giveaway is in the Agile and Other Processes forum.
We're giving away four copies of Darcy DeClute's Scrum Master Certification Guide: The Definitive Resource for Passing the CSM and PSM Exams and have Darcy DeClute on-line!
See this thread for details.

gaurav kumawat

Greenhorn
+ Follow
since Jul 26, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by gaurav kumawat

Hi,
please tell me that how can i use a pop up on certain event.
Like when i click on "cancel" button i want that it should display a warning message....i.e.,
"Are you sure you want to delete it?"
Button-"Yes" "No"
Check Box() "Dont show this message again"


that is my problem..
please give me idea...
thanks in advance...
[ July 31, 2006: Message edited by: Bear Bibeault ]
Hi,
Can you please tell me how to get boolean value in jsp.Means i want to get a value whose value is being passed from javascript to jsp.
It makes you clear my prob.

like for passing any string value(say name). we use..
<SCRIPT>
function form
...
..
document.formname.action="formname.jsp?name="+name; location.href = document.formname.action;
</SCRIPT>
String name;

name = request.getParameter("name");


like if i want to pass a boolean value then..how to do it..

thanks ....
17 years ago
JSP
sir would u plz tell me..how to convert htmlMessage content into a PDF document using an API like iText.Means which particular method should i use.
Thank you..
17 years ago
JSP
sir would u plz tell me..how to convert htmlMessage content into a PDF document using an API like iText.Means which particular method should i use.
Thank you..
There is a check box in Payment.jsp.And 1 drop down menu in which values are taken from a SQL query.Now i want that whenever user ticks that check box, all the values should be cleared not the currently value.
Plz help in this..
Thank you..
Thank you very much..sir..
Thank you very much..sir..
17 years ago
JSP
sir i m not geeting u.Let me explain my problem.I extracted the html part from invoice.jsp in a string variable htmlMessage.And now i need that i can send that htmlMessage content can be send it as attachment in pdf format.
Pz help in this..
Thanks..
sir i m not geeting u.Let me explain my problem.I extracted the html part from invoice.jsp in a string variable htmlMessage.And now i need that i can send that htmlMessage content can be send it as attachment in pdf format.
Pz help in this..
Thanks..
17 years ago
JSP
I ve invoice.jsp in which i extracted the html part(say in variable "htmlMessage") using copy tag and passes it to sendMail.jsp there i m sending it to customer.It is received to customer in text format.I need that this can be send in PDF format as attachment.
Plz help..
Thank you..
I ve invoice.jsp in which i extracted the html part(say in variable "htmlMessage") using copy tag and passes it to sendMail.jsp there i m sending it to customer.It is received to customer in text format.I need that this can be send in PDF format as attachment.
Plz help..
Thank you..
17 years ago
JSP