| Author |
email issue
|
fang eve
Greenhorn
Joined: Jun 22, 2006
Posts: 26
|
|
i have a some problem with sending the email. When the user enter their email, and submit, my backend will auto generate excel file, and send to the user. When the email has been send out, the page is still loading and jus stay there.. how can i stop the loading? thanks
|
 |
Joe Ess
Bartender
Joined: Oct 29, 2001
Posts: 8265
|
|
Welcome to the JavaRanch, fang. You must have missed our naming policy on the way in. To keep things friendly around here, we ask that everyone use their real name, that is: a first name and last name seperated by a space and not obviously fake. You can change your name here. Your post is a little light on the details of your situation, but my wild guess is that you have a servlet. Remember that HTTP is a request-response protocol. Your browser is waiting for that response. Are you writing anything back to the browser, or just emailing the excel file?
|
"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
|
 |
fang eve
Greenhorn
Joined: Jun 22, 2006
Posts: 26
|
|
My request are all done through servlet. In my servlet is doing the generation of excel file and attach the file to the email. After all the codes, I did not set any redirect. (So i guess if everything goes right, i should get a blank page.) I try with small amount of records and is prefectly okie. But my database has around 30 over thousand records. Was wondering, is it because of the large records? How can i handle such problem? Any way to stop the page loading, ie, in IE the loading bar at the bottom just stay there, in morzilla, the loading sign will not stop. Thanks
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56204
|
|
"fanf fang", Joe's request that you change your display name to adhere to JavaRanch standards was not a suggestion. Valid display names are mandatory for participation on the Ranch. Please change your display name as instructed prior to your next post. Be aware that accounts with invalid display names are removed. bear JavaRanch Sheriff P.S. This is not an advanced Java question so I've moved it to the Servlets forum.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Joe Ess
Bartender
Joined: Oct 29, 2001
Posts: 8265
|
|
|
Like I said, you have to write a response to the browser. It's also polite to give the user a "file sent to your email" message rather than make him sit there wondering if his request went through.
|
 |
 |
|
|
subject: email issue
|
|
|