News

The window is named tool_popup when created, but the following code doesn't work when run from the parent page: function getPopupURL () { alert (window.tool_popup.location); } ...
It's been a while since I've done anything like this but it seems to me that you could open up the new window and set the reference to the new window to a variable. Then you should be able to call ...
A server-side request could be initiated when the user clicks a Submit button, for example, or clicks on a link, or calls JavaScript’s form.submit, window.open, or window.showModalDialog methods ...
Potentially helping developers more quickly build cross-platform applications, Microsoft is releasing as open source its WinJS JavaScript library for building Windows-styled controls. Now that the ...