hge.js
资源名称:hge181.rar [点击查看]
上传用户:jnfxsk
上传日期:2022-06-16
资源大小:3675k
文件大小:1k
源码类别:
游戏引擎
开发平台:
Visual C++
- if (window==top) top.location.replace("../index.html?"+window.location.href.substring(window.location.href.lastIndexOf('/')+1));
- function setContents(filename) {
- if(top.frames["cont"]) {
- if(top.cont.location.href.indexOf(filename) == -1)
- top.cont.location.replace(filename);
- }
- }
- function switchContents(filename1, filename2) {
- if(top.frames["cont"]) {
- if(top.cont.location.href.indexOf(filename2) == -1)
- { top.cont.location.replace(filename2); }
- else
- { top.cont.location.replace(filename1); }
- }
- }