This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
I need help in modifying my application.
Currently in my application there is a link on which windows opens up even if the window is already open on the same link.
Its on the link.
I want the functionality as it should not open the window if the window is already open.
How to do this in javascript?
Keep track if the window's been opened? Check for a function/value defined in the window page (not sure what happens to JavaScript data from a window once the window's been closed)?