代码搜索结果
找到约 89,667 项符合
JavaScript 的代码
9-22.htm
function PopIt(label, msg){
var s1 = "Information!" +
"" +
"
9-2.htm
function openclk() {
another=open('http://www.JavaScript.com/','NewWindow');
}
funct
9-8.htm
var popup = null;
var over = "Launch Pop-up Navigator";
popup = window.open("","popupnav","width=300,height=200,resizable=1,scrollbars=auto");
9-20.htm
function fullwin(targeturl){
window.open(targeturl,"","fullscreen,scrollbars")
}
9-9.htm
adTime=15;
chanceAd=1;
var ie=(document.all);
adCount=0;
function initAd(){
if(ie) adDiv=eva
9-15.htm
function leave() {
window.open('xx.h','','toolbar=no,menubar=no,location=no,height=200,width=350');
}
9-14.htm
function bookmark(){
window.external.AddFavorite('http://www.javascript.com/', 'javascript全球网站')
}
9-10.htm
function shake(n) {
if (window.top.moveBy) {
for (i = 10; i > 0; i--) {
for (j = n; j > 0; j--) {
window.top.moveBy(0,i);
9-6.htm
function opencolortext(){
window.open('http://www.javascript.com','colortext')}
setTimeout("opencolortext()",5000)
9-3.htm
function drop(n) {
if(self.moveBy){
self.moveBy (0,-900);
for(i = n; i > 0; i--){
self.moveBy(0,3);