Click here to Skip to main content
15,898,036 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRe: query string Pin
saravanan0520-Jun-07 0:00
saravanan0520-Jun-07 0:00 
AnswerRe: query string Pin
Sandeep Akhare20-Jun-07 0:16
Sandeep Akhare20-Jun-07 0:16 
QuestionWho to Rewrite URL? Pin
chand1019-Jun-07 20:46
chand1019-Jun-07 20:46 
AnswerRe: Who to Rewrite URL? Pin
N a v a n e e t h19-Jun-07 21:03
N a v a n e e t h19-Jun-07 21:03 
GeneralRe: Who to Rewrite URL? Pin
chand1019-Jun-07 21:15
chand1019-Jun-07 21:15 
AnswerRe: Who to Rewrite URL? Pin
Sathesh Sakthivel19-Jun-07 21:12
Sathesh Sakthivel19-Jun-07 21:12 
AnswerRe: Who to Rewrite URL? Pin
linpihong19-Jun-07 23:03
linpihong19-Jun-07 23:03 
QuestionUrgent ....... handling close button event of the browser Pin
krishsenthilraj19-Jun-07 20:28
krishsenthilraj19-Jun-07 20:28 
hi all,

i am doing a web application project using asp.net 2.0(vb).
i need to handle a scenario, when the user clicks on the browser's X button i need to prompt them with a popup message .

to handle this i have used the following code
---------------------------------------------------------------------------


function HandleOnClose() {
if (event.clientY < 0) {
event.returnValue = 'Are you sure you want to leave the page?';
}
}

-----------------------------------------------------------------------------------
it prompts the user with Ok and CANCEL button Message box.

when the user click the CANCEL button the page is not closed.
But if the user clicks on the OK button the window automatically closed.
Instead what i need to do is I have to open a popup window asking the user to fillup a feedback form when the user clicks on the OK button.
When the user submits the feedback the page should be closed.

can any one tell me how to handle the OK button click event on the above code to achieve my task.
Or if u know some other way help me.....

thank you all in advance

Regards
Senthilraj K
AnswerRe: Urgent ....... handling close button event of the browser Pin
Sylvester george19-Jun-07 21:23
Sylvester george19-Jun-07 21:23 
AnswerRe: Urgent ....... handling close button event of the browser Pin
Sandeep Akhare19-Jun-07 22:35
Sandeep Akhare19-Jun-07 22:35 
QuestionRe: Urgent ....... handling close button event of the browser Pin
krishsenthilraj20-Jun-07 0:26
krishsenthilraj20-Jun-07 0:26 
Generalthanks implemented it in another way Pin
krishsenthilraj22-Jun-07 0:03
krishsenthilraj22-Jun-07 0:03 
QuestionHow to read query string sent from a tracking device Pin
M Irshad Qureshi19-Jun-07 19:56
M Irshad Qureshi19-Jun-07 19:56 
AnswerRe: How to read query string sent from a tracking device Pin
N a v a n e e t h19-Jun-07 20:23
N a v a n e e t h19-Jun-07 20:23 
GeneralRe: How to read query string sent from a tracking device Pin
M Irshad Qureshi19-Jun-07 21:01
M Irshad Qureshi19-Jun-07 21:01 
GeneralRe: How to read query string sent from a tracking device Pin
N a v a n e e t h19-Jun-07 21:36
N a v a n e e t h19-Jun-07 21:36 
Questionimage number in slideshow Pin
ksrmramesh19-Jun-07 19:55
ksrmramesh19-Jun-07 19:55 
AnswerRe: image number in slideshow Pin
N a v a n e e t h19-Jun-07 20:28
N a v a n e e t h19-Jun-07 20:28 
GeneralRe: image number in slideshow Pin
ksrmramesh19-Jun-07 20:35
ksrmramesh19-Jun-07 20:35 
GeneralRe: image number in slideshow Pin
N a v a n e e t h19-Jun-07 20:40
N a v a n e e t h19-Jun-07 20:40 
GeneralRe: image number in slideshow [modified] Pin
ksrmramesh19-Jun-07 20:55
ksrmramesh19-Jun-07 20:55 
Questionhow to store cookie object in encrypted form Pin
deepalititi19-Jun-07 19:14
deepalititi19-Jun-07 19:14 
AnswerRe: how to store cookie object in encrypted form Pin
Sathesh Sakthivel19-Jun-07 19:18
Sathesh Sakthivel19-Jun-07 19:18 
QuestionAJAX Pin
raj@code19-Jun-07 18:57
raj@code19-Jun-07 18:57 
AnswerRe: AJAX Pin
Sathesh Sakthivel19-Jun-07 19:09
Sathesh Sakthivel19-Jun-07 19:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.