Author |
|
shinning star Newbie
Joined: 17 October 2011
Online Status: Offline Posts: 2
|
Posted: 17 October 2011 at 3:13am | IP Logged
|
|
|
hi
i am new to asp.net and jquery. i tried to develop a webpage using jquery ajax to show status message live using response.fluse()..
but in between if i want to redirect to any other page using ajax than i cant.. its causes content loading using ajax. So may i know the idea behind how you are doing this.?? what is the mechanism behind this working...
thanking you in advance.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 17 October 2011 at 3:48am | IP Logged
|
|
|
I'm not sure I fully understand your request, but in case if this is about navigating through various screens of WebMail Pro, we don't use jQuery or AJAX for that. Check SetHistoryHandler method found in js/common/common-handlers.js file, it should provide you with a starting point for researching how WebMail Pro works there. The main idea behind this is that we don't just open some other screen, instead we use history storage so that user can click Back/Forward buttons in their browser and it would work as expected.
AJAX is actually used in WebMail Pro, its purpose is to send data packets between browser and web server. And I believe we only use jQuery in file uploader, and maybe for some adminpanel functions.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
shinning star Newbie
Joined: 17 October 2011
Online Status: Offline Posts: 2
|
Posted: 17 October 2011 at 4:00am | IP Logged
|
|
|
hi,
yes i want to know about this navigating part only. moreover how click events are handled? like if i want to read mail while mails are in downloading process...
More importantly how navigation is handled while downloading mails even its showing status of download process at the top center.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 17 October 2011 at 5:26am | IP Logged
|
|
|
I have responded in your HelpDesk ticket.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|