<%
sub jump(url)
if instr(url,"|")>0 then
url_a=split(url,"|")
url_t=url_a(1)
url_lnk=url_a(0)
else
url_t=0
url_lnk=url
end if
tmp="<meta http-equiv=""refresh"" content="""&url_t&";url="&url_lnk&""">"
response.write tmp
response.end
end sub
%>
//autoclose.asp
<html>
<head><title>Time Auto CloseIE</title>
</head>
<SCRIPT language='JavaScript'>
function show(para_URL,targ)
{
var URL=new String (para_URL);
window.open(URL,targ,'status=yes,scrollbars=yes,width=550,height=500');
URL = null;
}
function Unload()
{
window.close(1);
}
</SCRIPT>
</head>
<body onLoad='Unload()'>
Comments
If you are using Microsoft Visual Basic Scripting Edition (VBScript), always use HHClick, which provides the same functionality as Click, but prevents a naming conflict with the VBScript Click method.