代码搜索:frames
找到约 9,514 项符合「frames」的源代码
代码结果 9,514
www.eeworm.com/read/138916/5812590
js edit.js
var IFrameObject,TempWin;
function window_onload() {
var CurObjTime,YY,MM,DD,CurrentDateStr;
CurObjTime = new Date();
YY = CurObjTime.getFullYear ();
MM = CurObjTime.getMonth () + 1;
DD = C
www.eeworm.com/read/137311/5825839
js controls_cam.js
// Timing Control
function getTiming() {
var i;
for (i=16;i
www.eeworm.com/read/131199/5947397
js edit.js
var IFrameObject,TempWin;
function window_onload() {
var CurObjTime,YY,MM,DD,CurrentDateStr;
CurObjTime = new Date();
YY = CurObjTime.getFullYear ();
MM = CurObjTime.getMonth () + 1;
DD = C
www.eeworm.com/read/131147/5947951
js dialog.js
// htmlArea v3.0 - Copyright (c) 2003-2004 interactivetools.com, inc.
// This copyright notice MUST stay intact for use (see license.txt).
//
// Portions (c) dynarch.com, 2003-2004
//
// A free W
www.eeworm.com/read/130241/5962579
java internalframetest.java
/**
@version 1.10 2004-08-22
@author Cay Horstmann
*/
import java.awt.*;
import java.awt.event.*;
import java.beans.*;
import java.io.*;
import java.net.*;
import java.util.*;
import
www.eeworm.com/read/130174/5963562
js functiona.js
function init()
{
if (parent.frames("SelBut").window.document.all.tags("BUTTON").length>0)
parent.frames("SelBut").document.all.item("btnRightAll").disabled=(FunctionList.length>0?0:1);
}
www.eeworm.com/read/130174/5963566
js buttons.js
function closeWin()
{
parent.parent.window.close();
}
function enabledBtns(bEnabled)
{
// parent.frames("Buttons").document.getElementById("btnConfirm").disabled=1-bEnabled;
//
www.eeworm.com/read/130174/5963567
js eventhandler.js
function handleClick()
{
var oRow;
var xh;
if (arguments.length==0)
return true;
oRow = arguments[0];//当前单击的行对象
xh = oRow.cells(1).innerText;//当前对象序号
var strURL="./detail.jsp?action=
www.eeworm.com/read/130174/5963586
js functions.js
var PreiorSel="";
var isDel=false;
function init()
{
if (parent.frames("AddFunction").window.document.all.tags("TABLE").length>0)
{
if (parent.frames("SelBut").window.document.al