Archive for 11月 10th, 2009

SPSS

SPSS是软件英文名称的首字母缩写,原意为Statistical Package for the Social Sciences,即“社会科学统计软件包”。但是随着SPSS产品服务领域的扩大和服务深度的增加,SPSS公司已于2000年正式将英文全称更改为Statistical Product and Service Solutions,意为“统计产品与服务解决方案”,标志着SPSS的战略方向正在做出重大调整

location target

如果你要让最顶层的框架跳转,就是整个页面
window.top.location = “…… ”
如果你要让当前页面的父框架跳转
window.parent.location = “…… ”
如果你要让指定框架跳转
window.top.框架名.location = “…… “;