www.gusucode.com > 一款经典的Js仿Windows窗口特效集源码程序 > 一款经典的Js仿Windows窗口特效集/仿微软视窗/仿微软视窗/samples/deeplink/context.js

    if (self.location==top.location) {
	file = location.href.substring(7);
	alert(file);
	file = file.substring(file.indexOf("/")+1);
	alert(file);
	top.location.href = "../../19_sample_deeplink.html?WinLIKE_Deep="+'"'+"var%20j=new%20WinLIKE.window('',365,240,300,300,11);j.Nam='mywin';j.Ski='light';j.Adr='"+file+"';WinLIKE.addwindow(j,true);"+'"';
}