We need you!

We're working hard on the next version of Developer Fusion. Let us know what you think we should be up to!

Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

Can i recieve any confirmation from this?

Last post 05-08-2008 12:21 PM by moizmala. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 05-07-2008 5:12 PM

    • Meghdutt
    • Not Ranked
    • Joined on 05-07-2008
    • United Kingdom
    • New Member
    • Points 10

    Can i recieve any confirmation from this?

    Hi

    I have wirtten a sync app. Its just I am showing the result like this

    Response.Write("<script>window.alert('Syncronization Done! Thanks')</script>");

    Can I get any confirmation from it?

    so that I can kill the process.

     

    • Post Points: 10
  • 05-08-2008 12:21 PM In reply to

    • moizmala
    • Not Ranked
    • Joined on 05-08-2008
    • India
    • New Member
    • Points 15

    Re: Can i recieve any confirmation from this?

    Hi MeghDutt, 

    you can have return value on closing the window as:

    window.returnValue='WhatEver';

    but when this window is called it has to be window.showModalDialog('url', self, 'dialogHeight:500px; dialogWidth:730px; center:Yes; resizable:No; status:Yes; help:No;'). The url will be a page which will display the content of confirmation.

    Regards,

    Moiz

    • Post Points: 5
Page 1 of 1 (2 items)