⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 70.txt

📁 搜索邀请的改进算法
💻 TXT
📖 第 1 页 / 共 2 页
字号:
#"http://srd.yahoo.com/drst/7783179/*http://www.seabreeze.com/"
<html>
<head>
<title>:: WELCOME ::</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description" content="Seabreeze, a fun, family oriented fun park in Rochester NY.">
<meta name="keywords" content="history, historic, Carousels, flash, html, fun, laughing, family, family fun, rides, rollercoasters, coasters, vacation, action, adventure, affordable, theme park, park, picnic, birthday, holiday, new york, new york state, cool, water park, water, slides, easy, western new york, entertainment, wholesome, party, kids, children, smiles, food, close, sea, breeze, seabreeze, pool, waves, rochester, syracuse, buffalo, ny, NY, N.Y., Rochester">

<script language="JavaScript">
<!--
//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\
//\\//\\//\\//\\//\\//\\//\\//\\//\\     full screen    //\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\

function MaxWindow() { 
	if(navigator.appVersion.charAt(0) >=4) { 
	moveTo(screen.availLeft,screen.availTop);
	window.resizeTo (screen.availWidth,screen.availHeight);
 	}
}

//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\
//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\ END//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\


//--<a href=\"#\"></a>

//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\
//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\ Browser Detect //\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\
//--written by me  :)
var allowAccess;
function detectBrowser() {
	var bn = navigator.appName;
	var bv = parseFloat(navigator.appVersion);
	//--this is used to detect first that its not opera, and second that its not Ie 4.5
	var agt = navigator.userAgent.toLowerCase();
	var appVer = navigator.appVersion.toLowerCase();

	var is_minor = parseFloat(appVer);
	var is_major = parseInt(is_minor);

	var iePos = appVer.indexOf('msie');

	if (iePos != -1) {
		is_minor = parseFloat(appVer.substring(iePos+5,appVer.indexOf(';',iePos)));
		is_major = parseInt(is_minor);
	} 
	var is_opera = (agt.indexOf("opera") != -1);
	var is_ie = ((iePos!=-1) && (!is_opera));

	var is_ie5 = (is_ie && is_major == 5);
	var is_ie5up = (is_ie && is_minor >= 5);

	//document.write ("you're using" + bn + " version " + bv);  //--writes the browser crap to the page
	if (bn == "Microsoft Internet Explorer") {
		if (is_minor >= 5 ) {
			//--you have the correct version of IE to continue
			//document.write ("and your browser is current.")
			allowAccess = true
		} else {
			//--you do not have the correct version of IE  //--http://www.microsoft.com/downloads/searchdl.asp?
			document.write ("You may benefit from a newer version of <a href=\"#\" onClick=\"window.open(\'http://www.microsoft.com/downloads/searchdl.asp?\',\'_blank\',\'\')\">Internet Explorer</a>, see links below.")
			allowAccess = false
		}
	} else 
	if (bn == "Netscape") {
		if (bv >= 5) {
			//--Netscape six is installed
			//document.write ("and your browser is current.")
			allowAccess = true
		} else {
			//--Below netscape 6, no goo with iframe code
			document.write ("You may benefit from a newer version of <a href=\"#\" onClick=\"window.open(\'http://www.netscape.com\',\'_blank\',\'\')\">Netscape</a>, see links below.")
			allowAccess = false
		}
	} else {
		//--for those who travel their own path
		document.write ("Your browser is not <B>supported</B>, please use <a href=\"#\" onClick=\"window.open(\'http://www.microsoft.com/downloads/searchdl.asp?\',\'_blank\',\'\')\">Internet Explorer</a> or 
<a href=\"#\" onClick=\"window.open(\'http://www.netscape.com\',\'_blank\',\'\')\">Netscape</a>, see links below. Sorry!")	
		allowAccess = false
	}
}

//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\
//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\ END//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\




//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\
//\\//\\//\\//\\//\\//\\//\\//\\//\\  redirect function //\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\
var re_timer;

//-- use this along with the flash detection
//function redirectTimeOut (hasPlugin) {
//	if (hasPlugin == true) {
//		re_timer = setTimeout( "window.open('home.asp','_self','')", 10000);
//	} else {
//		re_timer = setTimeout( "window.open('http://www.justaddwater.net','_self','')", 10000);
//	}
//}
//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\
//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\ END//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\




//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\
//\\//\\//\\//\\//\\//\\//\\//\\//\\  PreLoading Script //\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\

//--declares an array that holds all the images that want to be swaped and preloaded
var image1Array = new Array("imgs/splash_r2_c1.jpg","imgs/Splash_1.jpg","imgs/splash_r1_c2.jpg","imgs/Splash_2.jpg","imgs/splash_r1_c3.jpg","imgs/Splash_3.jpg","imgs/splash_r3_c4.jpg","imgs/Splash_4.jpg","imgs/splash_r3_c5.jpg","imgs/Splash_5.jpg");

//--the function used to call the preload function
function initPreLoad () {
		preloadImgs(image1Array);
}

//--the actual function and loop
function preloadImgs (theArray) {
	for (var i = 0; i < theArray.length; i ++) {
		var da_img = new Image();
		da_img.src = theArray[i];
	}
}

//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\
//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\ END //\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\











//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\
//\\//\\//\\//\\//\\//\\//\\//\\detect courtesy of WEBMONKEY.com//\\//\\//\\//\\//\\//\\//\\//\\//\\

/*
Plugin Detector()

Source: Webmonkey Code Library
(http://www.hotwired.com/webmonkey/javascript/code_library/)

Author: Nadav Savio
Author Email: webmonkey@giantant.com

*/

// this is where we write out the VBScript for MSIE Windows
var WM_startTagFix = '</';
var msie_windows = 0;
if ((navigator.userAgent.indexOf('MSIE') != -1) && (navigator.userAgent.indexOf('Win') != -1)){
  msie_windows = 1;
  document.writeln('<script language="VBscript">');
  document.writeln('\'This will scan for plugins for all versions of Internet Explorer that have a VBscript engine version 2 or greater.');
  document.writeln('\'This includes all versions of IE4 and beyond and some versions of IE 3.');
  document.writeln('Dim WM_detect_through_vb');
  document.writeln('WM_detect_through_vb = 0');
  document.writeln('If ScriptEngineMajorVersion >= 2 then');
  document.writeln('  WM_detect_through_vb = 1');
  document.writeln('End If');
  document.writeln('Function WM_activeXDetect(activeXname)');
  document.writeln('  on error resume next');
  document.writeln('  If ScriptEngineMajorVersion >= 2 then');
  document.writeln('     WM_activeXDetect = False');
  document.writeln('     WM_activeXDetect = IsObject(CreateObject(activeXname))');
  document.writeln('     If (err) then');
  document.writeln('        WM_activeXDetect = False');
  document.writeln('     End If');
  document.writeln('   Else');
  document.writeln('     WM_activeXDetect = False');
  document.writeln('   End If');
  document.writeln('End Function');
  document.writeln(WM_startTagFix+'script>');
}

function WM_pluginDetect(plugindescription, pluginxtension, pluginmime, activeXname){

  //This script block will test all user agents that have a real plug-in array

  //(i.e. Netscape) and set the variables, otherwise it directs the routine

  // to WM_activeXDetect to detect the activeX control.

  

  // First define some variables
  var i,plugin_undetectable=0,detected=0, daPlugin=new Object();


  // Then we check to see if it's an MSIE browser that you can actually

  // check for the plugin in question. 

  if (msie_windows && WM_detect_through_vb){
      plugin_undetectable = 0;
  } else {
      plugin_undetectable = 1;
  }



  // If it has a real plugins or mimetypes array, we look there for the plugin first

  if(navigator.plugins) {
      numPlugins = navigator.plugins.length;
      if (numPlugins > 1) {
	  if (navigator.mimeTypes && navigator.mimeTypes[pluginmime] && navigator.mimeTypes[pluginmime].enabledPlugin && (navigator.mimeTypes[pluginmime].suffixes.indexOf(pluginxtension) != -1)) { // seems like we have it, let's just make sure and check the version (if specified)
	      if ((navigator.appName == 'Netscape') && (navigator.appVersion.indexOf('4.0') != -1)) { // stupid, stupid Netscape can't handle the references to navigator.plugins by number, sooo...
		  for(i in navigator.plugins) {
		      if ((navigator.plugins[i].description.indexOf(plugindescription) != -1) || (i.indexOf(plugindescription) != -1)) { // some versions of quicktime have no description. feh!
			  detected=1;
			  break;
		      }
		  }

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -