window.parent.navigate() does not position new page correctly sometimes
Mon, 5 Mar 2007 16:15:26 -0800
Hello, I am writing a Vista gadget, which I believe is loosely based on IE.
In the OnLoad() event of the HTML page, if I execute
window.parent.navigate("AnotherPage.html")
then AnotherPage.html is shown, except the Vista SideBar doesn't always
position the new page correctly. Sometimes it's offset b ...
|
Internet Explorer 7 + Detect Browser Closing problem
Wed, 21 Feb 2007 10:03:39 +0100
Hi All,
my web application use a trick to detect when the browser is been closing from the "X" button.
"onunload" event is handled by a function:
function CleanUpSession() {
if (window.event.clientX < 0) {
// do cleanup
}
}
This works well with IE6. Unfortunatly, the IE7 browser return ...
|
Register for adsense
Wed, 21 Feb 2007 08:08:00 GMT
Register for Google Adsense and make thousands of dollars a month. Click here http://www.adsenseonline.info to find out how to make over 10,000 ! dollars a month using the tips and techniques only before avaliable to online professionals. Google Adsense tips that have made millions. 2 Co 5:19
- - - - And for ...
|
Free Flash Games
Tue, 20 Feb 2007 00:51:21 GMT
Free Flash Games http://www.clipplay.com/ fun videos games and more.
Fun flash games. Free flash games videos and more.
...
|
How To Pick Winning Stocks
Thu, 15 Jun 2006 08:07:30 GMT
To pick winning stocks, you need the tools to separate
the companies with superior sales and profit growth from
the ones who are just making a lot of noise. Besides
choosing the right companies to invest in, you must
learn how to read the market's trend so that your timing
is right.
And picking the next ...
|
Re: onLoad Question
Tue, 13 Jun 2006 16:07:57 -0400
Thanks Igor,
What If I need to call a function in click event?
Like "expandTree ('tree1', '22'); return false;"
Sorry if this question is silly,
TIA,
Sunny
"Igor Tandetnik" <itandetnik@mvps.org> wrote in message
news:%23e4Gu9wjGHA.4276@TK2MSFTNGP03.phx.gbl...
> Sunny <sunny@sunny.com> wrote:
>> ...
|
onLoad Question
Tue, 13 Jun 2006 13:24:35 -0400
Hi,
I have situation which requires a page to load and call a "onClick" event
Instead of "onLoad" event.
How can I tweak a page to do this.
Any help is appreciated.
TIA,
Sunny
...
|
|
|
Document Scanning
Tue, 13 Jun 2006 10:18:02 -0700
Hi,
Where can I find information on how to develop an application (or ActiveX)
control so that I can scan a document via a web browser?
Thanks
Ben ...
|
Paste Image Data From Clipboard With JScript?
Mon, 12 Jun 2006 10:27:59 -0400
I am trying to come up with a way to take image data that is on the
clipboard and post it to an ASPX page using an HTML form. There are tons of
examples of pasting text from the clipboard using the
TextArea.createTextRange() method, but this doesn't seem to work for image
data. Is there a way to accomplish a ...
|
how to distinguish n ie instances which are opened with Ctrl+N
Fri, 9 Jun 2006 07:32:02 -0700
does anyone know how to distinguish 2 instances of IE windows opened by ctrl+N?
If you are in a blank window, ctrl+N open independent window
If you are viewing a web page, ctrl+N opens a window that share all
properties.
How do you distinguish these 2 windows by javascript? what properties? what
methods ...
|