home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 June
/
CHIP_CD_2004-06.iso
/
bonus
/
buhgal
/
files
/
M12USWEB.exe
/
RCDATA
/
CABINET
/
money.cab
/
msmoney.chm
/
bhvexternal.htc
< prev
next >
Wrap
Text File
|
2003-06-18
|
724b
|
45 lines
<PUBLIC:COMPONENT URN="-/msmny:xtrnlwndw/-">
<PUBLIC:ATTACH FOR="element" EVENT="ondocumentready" ONEVENT="Main()" />
<SCRIPT TYPE="text/jscript" LANGUAGE="JScript">
var hExternal;
function Main()
{
OpenExternal();
with(element)
{
onmouseover = function()
{
this.style.textDecoration = "underline";
}
onmouseout = function()
{
this.style.textDecoration = "none";
}
onclick = function()
{
try
{
OpenExternal();
}
catch(e)
{
return;
}
}
}
}
function OpenExternal()
{
hExternal = window.open(element.getAttribute("url"),"hWinExtrnl");
try
{
hExternal.focus();
}
catch(e)
{
return;
}
}
</SCRIPT>
</PUBLIC:COMPONENT>