|
|
|
Wednesday, 21 December 2011 01:13 |
Some times we need to detect the Browser Close to perform some operation before quiting from application. Here is a simple way.
Call this Method From Body Unload
function CheckBrowser()
{
// Check Browser Close [X] , Alt+F4 , File -> Close
if(window.event.clientX < 0 && window.event.clientY <0)
{
window.open("Operation.aspx",
"Operation",'left=12000,top=1200,width=10,height=1');
}
}
 Read more: |
|
|
Monday, 28 February 2011 08:25 |
The closer we get to this Wednesday's iPad 2 announcement, the more last-minute leaks and rumors and, hey, lies, why not, will hit critical mass. But this purported picture over at BGR seems close enough to the real thing, based on everything we think we know so far: rear-facing camera, flat back, speaker on the bottom. To the point that even if this isn't a shot of the actual iPad 2, it's probably close enough to give you a sense of what we're in for. More »
   Read more: |
|
|
|
|
|
|
|
|