|
|
|
date: Mon, 7 Nov 2005 15:22:26 -0500,
group: microsoft.public.inetsdk.programming.scripting.jscript
back
Re: Looking for info on js.OpenExtLink()
I am investigating, why there is a reference to it in my message created in
Outlook Express when I examine the html code.
I came across it when checking, why the message containing valid hyperlink
gets corrupted and the receipient cannot open that link by clicking on it.
I am afraid Bob, you will find nothing more I've found when googling.
But maybe you can help by expierence why there are only 9470 found messages
on Internet by Google.
Why only those messages have reference to it?
What is that anyway that: js.OpenExtLink() ?
Is it java script? Microsoft Java Script?
What is the purpose of it? and so on.
I cannot find any reference to it on MSDN website.
Thanks,
Jack
"Bob Barrows [MVP]" <reb01501@NOyahoo.SPAMcom> wrote in message
news:%23EsD%23o94FHA.1148@tk2msftngp13.phx.gbl...
> Jack wrote:
>> Sorry for crossposting, but my OE did not resolve properly this
>> newsgroup name, the first time I sent this message.
>> -
>> There are 9470 successful Google search results: keyword OpenExtLink.
>> All of them return html code of messages which contain the reference
>> to js.OpenExtLink,
>> similar to the example shown below:
>>
>> onclick="return top.js.OpenExtLink(window,event,this)"
>> href="http://go.microsoft
>>
>> Interestingly, there is not any information about OpenExtLink on MSDN
>> website.
>>
> I've never heard of the mthod myself, but what specifically do you want to
> know? Before I go googling.
>
> --
> Microsoft MVP -- ASP/ASP.NET
> Please reply to the newsgroup. The email account listed in my From
> header is my spam trap, so I don't check it very often. You will get a
> quicker response by posting to the newsgroup.
>
>
date: Mon, 7 Nov 2005 15:49:45 -0500
author: Jack replyto@newsgroup
Re: Looking for info on js.OpenExtLink()
I can't find any reference to it in the ECMA documentation either.
Jack wrote:
> I am investigating, why there is a reference to it in my message
> created in Outlook Express when I examine the html code.
> I came across it when checking, why the message containing valid
> hyperlink gets corrupted and the receipient cannot open that link by
> clicking on it.
>
> I am afraid Bob, you will find nothing more I've found when googling.
> But maybe you can help by expierence why there are only 9470 found
> messages on Internet by Google.
> Why only those messages have reference to it?
> What is that anyway that: js.OpenExtLink() ?
> Is it java script? Microsoft Java Script?
> What is the purpose of it? and so on.
>
> I cannot find any reference to it on MSDN website.
> Thanks,
> Jack
> "Bob Barrows [MVP]" <reb01501@NOyahoo.SPAMcom> wrote in message
> news:%23EsD%23o94FHA.1148@tk2msftngp13.phx.gbl...
>> Jack wrote:
>>> Sorry for crossposting, but my OE did not resolve properly this
>>> newsgroup name, the first time I sent this message.
>>> -
>>> There are 9470 successful Google search results: keyword
>>> OpenExtLink. All of them return html code of messages which contain
>>> the reference to js.OpenExtLink,
>>> similar to the example shown below:
>>>
>>> onclick="return top.js.OpenExtLink(window,event,this)"
>>> href="http://go.microsoft
>>>
>>> Interestingly, there is not any information about OpenExtLink on
>>> MSDN website.
>>>
>> I've never heard of the mthod myself, but what specifically do you
>> want to know? Before I go googling.
>>
>> --
>> Microsoft MVP -- ASP/ASP.NET
>> Please reply to the newsgroup. The email account listed in my From
>> header is my spam trap, so I don't check it very often. You will get
>> a quicker response by posting to the newsgroup.
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
date: Mon, 7 Nov 2005 16:48:44 -0500
author: Bob Barrows [MVP] com
Re: Looking for info on js.OpenExtLink()
Bob,
But did you see it inside those documents (messages) when goggling?
It must come from somewhere, and I am suspecting that it is the internal
part of IE or OE, which under normal conditions is never shown.
I am trying to figure out what the condition must be for that java script to
reveal itself that one, and what the script's content is that two.
Interesting part is that it is only the reference to the script but the
script itself is missing.
Maybe someone else out there knows more about it?
Regards,
Jack
"Bob Barrows [MVP]" <reb01501@NOyahoo.SPAMcom> wrote in message
news:O%23SYJU%234FHA.4064@TK2MSFTNGP10.phx.gbl...
>I can't find any reference to it in the ECMA documentation either.
>
>
> Jack wrote:
>> I am investigating, why there is a reference to it in my message
>> created in Outlook Express when I examine the html code.
>> I came across it when checking, why the message containing valid
>> hyperlink gets corrupted and the receipient cannot open that link by
>> clicking on it.
>>
>> I am afraid Bob, you will find nothing more I've found when googling.
>> But maybe you can help by expierence why there are only 9470 found
>> messages on Internet by Google.
>> Why only those messages have reference to it?
>> What is that anyway that: js.OpenExtLink() ?
>> Is it java script? Microsoft Java Script?
>> What is the purpose of it? and so on.
>>
>> I cannot find any reference to it on MSDN website.
>> Thanks,
>> Jack
>> "Bob Barrows [MVP]" <reb01501@NOyahoo.SPAMcom> wrote in message
>> news:%23EsD%23o94FHA.1148@tk2msftngp13.phx.gbl...
>>> Jack wrote:
>>>> Sorry for crossposting, but my OE did not resolve properly this
>>>> newsgroup name, the first time I sent this message.
>>>> -
>>>> There are 9470 successful Google search results: keyword
>>>> OpenExtLink. All of them return html code of messages which contain
>>>> the reference to js.OpenExtLink,
>>>> similar to the example shown below:
>>>>
>>>> onclick="return top.js.OpenExtLink(window,event,this)"
>>>> href="http://go.microsoft
>>>>
>>>> Interestingly, there is not any information about OpenExtLink on
>>>> MSDN website.
>>>>
>>> I've never heard of the mthod myself, but what specifically do you
>>> want to know? Before I go googling.
>>>
>>> --
>>> Microsoft MVP -- ASP/ASP.NET
>>> Please reply to the newsgroup. The email account listed in my From
>>> header is my spam trap, so I don't check it very often. You will get
>>> a quicker response by posting to the newsgroup.
>
> --
> Microsoft MVP -- ASP/ASP.NET
> Please reply to the newsgroup. The email account listed in my From
> header is my spam trap, so I don't check it very often. You will get a
> quicker response by posting to the newsgroup.
>
>
date: Mon, 7 Nov 2005 19:22:49 -0500
author: Jack replyto@newsgroup
Re: Looking for info on js.OpenExtLink()
Bob, you are here the expert.
Assuming that js.OpenExtLinkIs is a reference to javascript is it possible
to have such statement:
onclick="return top.js.OpenExtLink(window,event,this)".....
?
Or is it possible that js.OpenExtLink(window,event,this) is not a reference
to javascript at all?
Please give me some more insights on that subject.
Thanks,
Jack
"Bob Barrows [MVP]" <reb01501@NOyahoo.SPAMcom> wrote in message
news:O%23SYJU%234FHA.4064@TK2MSFTNGP10.phx.gbl...
>I can't find any reference to it in the ECMA documentation either.
>
>
> Jack wrote:
>> I am investigating, why there is a reference to it in my message
>> created in Outlook Express when I examine the html code.
>> I came across it when checking, why the message containing valid
>> hyperlink gets corrupted and the receipient cannot open that link by
>> clicking on it.
>>
>> I am afraid Bob, you will find nothing more I've found when googling.
>> But maybe you can help by expierence why there are only 9470 found
>> messages on Internet by Google.
>> Why only those messages have reference to it?
>> What is that anyway that: js.OpenExtLink() ?
>> Is it java script? Microsoft Java Script?
>> What is the purpose of it? and so on.
>>
>> I cannot find any reference to it on MSDN website.
>> Thanks,
>> Jack
>> "Bob Barrows [MVP]" <reb01501@NOyahoo.SPAMcom> wrote in message
>> news:%23EsD%23o94FHA.1148@tk2msftngp13.phx.gbl...
>>> Jack wrote:
>>>> Sorry for crossposting, but my OE did not resolve properly this
>>>> newsgroup name, the first time I sent this message.
>>>> -
>>>> There are 9470 successful Google search results: keyword
>>>> OpenExtLink. All of them return html code of messages which contain
>>>> the reference to js.OpenExtLink,
>>>> similar to the example shown below:
>>>>
>>>> onclick="return top.js.OpenExtLink(window,event,this)"
>>>> href="http://go.microsoft
>>>>
>>>> Interestingly, there is not any information about OpenExtLink on
>>>> MSDN website.
>>>>
>>> I've never heard of the mthod myself, but what specifically do you
>>> want to know? Before I go googling.
>>>
>>> --
>>> Microsoft MVP -- ASP/ASP.NET
>>> Please reply to the newsgroup. The email account listed in my From
>>> header is my spam trap, so I don't check it very often. You will get
>>> a quicker response by posting to the newsgroup.
>
> --
> Microsoft MVP -- ASP/ASP.NET
> Please reply to the newsgroup. The email account listed in my From
> header is my spam trap, so I don't check it very often. You will get a
> quicker response by posting to the newsgroup.
>
>
date: Tue, 8 Nov 2005 19:21:19 -0500
author: Jack replyto@newsgroup
|
|