代码搜索:frames
找到约 9,514 项符合「frames」的源代码
代码结果 9,514
www.eeworm.com/read/472564/6870530
js setfocus.js
/*
作用:使MainFrame始终获得焦点
*/
document.onkeydown=keyDown;
function keyDown()
{ // alert(typeof(parent.frames['MainFrame']));
if ((event.ctrlKey)||(event.altKey)||(event.keyCode==46))
www.eeworm.com/read/471890/6883896
js supply.js
function FindTop(start)
{
if (start==top) return top;
try { t = start.parent.name; } catch (e) { return start; }
return FindTop(start.parent);
}
var chmtop = FindTop(self);
functio
www.eeworm.com/read/294862/8197743
h if_athioctl.h
/*-
* Copyright (c) 2002-2005 Sam Leffler, Errno Consulting
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided th
www.eeworm.com/read/292729/8337503
c video.c
/*
* Copyright 2003 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/173228/9665877
html taskmenu.html
var taskMenu1;
var taskMenu2;
var taskMenu3;
var taskMenu4;
var taskMenu5;
var taskMenu6;
var taskMenu7;
var taskMenu8;
var taskM
www.eeworm.com/read/368572/9685794
news
Version 0.80
- First public release
Version 0.90
- Frames
Bookmarks
Support for more languages
Mailto:
-dump, -source
-anonymous
A lot of small improvements, see ChangeLog
www.eeworm.com/read/172063/9724765
h smarfaxh.h
#ifndef __SMARTFAX_H_
#define __SMARTFAX_H_
#include
#include
/*
#ifdef __cplusplus
extern "C" {
#endif
*/
typedef HANDLE SmartFaxObj;
enum EResolution
{
www.eeworm.com/read/366963/9788823
java test.java
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class Test extends JApplet {
CustomDesktopPane desktopPane = new CustomDesktopPane();
int frameCount = 1, numFrames =