Tema: estas webs
Ver Mensaje Individual
  #3 (permalink)  
Antiguo 02/05/2006, 10:13
Avatar de fanny0
fanny0
 
Fecha de Ingreso: noviembre-2004
Mensajes: 438
Antigüedad: 19 años, 4 meses
Puntos: 1
dice que es html

Esta es la info que me arrojo de la web http://soccernet.espn.go.com/origin?cameFrom=index%3F


<style type=text/css>
<!--

#main {visibility: visible; padding: 0px; border-width: 0px; border-style: none; margin: 0px; position: relative; top: 135px; left: -4px; z-index: 2;}

-->
</style>

<script language="javascript">
//WEB MONKEY******************************************** ***********************************
/*
WM_setCookie(), WM_readCookie(), WM_killCookie()
A set of functions that eases the pain of using cookies.

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

Author: Nadav Savio
Author Email: [email protected]
*/


// This next little bit of code tests whether the user accepts cookies.
var WM_acceptsCookies = false;
if(document.cookie == '') {
document.cookie = 'WM_acceptsCookies=yes'; // Try to set a cookie.
if(document.cookie.indexOf('WM_acceptsCookies=yes' ) != -1) {
WM_acceptsCookies = true;
}// If it succeeds, set variable
} else { // there was already a cookie
WM_acceptsCookies = true;
}


function WM_setCookie (name, value, hours, path, domain, secure) {
if (WM_acceptsCookies) { // Don't waste your time if the browser doesn't accept cookies.
var not_NN2 = (navigator && navigator.appName
&& (navigator.appName == 'Netscape')
&& navigator.appVersion
&& (parseInt(navigator.appVersion) == 2))?false:true;

if(hours && not_NN2) { // NN2 cannot handle Dates, so skip this part
if ( (typeof(hours) == 'string') && Date.parse(hours) ) { // already a Date string
var numHours = hours;
} else if (typeof(hours) == 'number') { // calculate Date from number of hours
var numHours = (new Date((new Date()).getTime() + hours*3600000)).toGMTString();
}
}
document.cookie = name + '=' + escape(value) + ((numHours)?(';expires=' + numHours):'') + ((path)?';path=' + path:'') + ((domain)?';domain=' + domain:'') + ((secure && (secure == true))?'; secure':''); // Set the cookie, adding any parameters that were specified.
}
} // WM_setCookie

function WM_readCookie(name) {
if(document.cookie == '') { // there's no cookie, so go no further
return false;
} else { // there is a cookie
var firstChar, lastChar;
var theBigCookie = document.cookie;
firstChar = theBigCookie.indexOf(name); // find the start of 'name'
var NN2Hack = firstChar + name.length;
if((firstChar != -1) && (theBigCookie.charAt(NN2Hack) == '=')) { // if you found the cookie
firstChar += name.length + 1; // skip 'name' and '='
lastChar = theBigCookie.indexOf(';', firstChar); // Find the end of the value string (i.e. the next ';').
if(lastChar == -1) lastChar = theBigCookie.length;
return unescape(theBigCookie.substring(firstChar, lastChar));
} else { // If there was no cookie of that name, return false.
return false;
}
}
} // WM_readCookie

function WM_killCookie(name, path, domain) {
var theValue = WM_readCookie(name); // We need the value to kill the cookie
if(theValue) {
document.cookie = name + '=' + theValue + '; expires=Fri, 13-Apr-1970 00:00:00 GMT' + ((path)?';path=' + path:'') + ((domain)?';domain=' + domain:''); // set an already-expired cookie
}
} // WM_killCookie

//END WEBMONKEY***************************************** ******************************************
// -->
</script>
<script language="JavaScript">
<!--
var wasSet = false;
var cc = "NOTVALID";

//send back to original page
function sendBack(){
if (wasSet != false) {//cookie setting was tried
var returnYurl = "/index?cc=" + cc;
top.location=returnYurl;
} else {
alert("Please select your country or region");
//give them a popup requesting they make a selection
}
}

//calling Web Monkey's code
function setCountry (value) {
wasSet = true;
WM_setCookie("COREG", value, 60000020, "/", null)
cc = value;
}//-->

popUp = true;
if (document.getElementById){
popUp = false;
}
if (popUp){
window.open('http://soccernet-att.espn.go.com/oldbrowser/old.html','oldbrowser','width=300,height=300,scrol lbars=yes,resizable=yes');
}
</script>
</head>

<body background="http://soccernet-att.espn.go.com/design05/i/splash/bg_splash.gif">


<!--WEBSIDESTORY CODE HBX1.0 (Universal)-->
<!--COPYRIGHT 1997-2005 WEBSIDESTORY,INC. ALL RIGHTS RESERVED. U.S.PATENT No. 6,393,479B1. MORE INFO:http://websidestory.com/privacy-->
<script type="text/javascript">
var _hbEC=0,_hbE=new Array;function _hbEvent(a,b){b=_hbE[_hbEC++]=new Object();b._N=a;b._C=0;return b;}
var hbx=_hbEvent("pv");hbx.vpc="HBX0100u";hbx.gn="ehg-dig.hitbox.com";
var isLoggedIn=false;
var accessLevel = "";
var hc2 = "";
var pagePath = "";
if (typeof sLoginState != 'undefined' && typeof pLoginState != 'undefined') {
if (sLoginState == true || pLoginState == true) {
isLoggedIn = true;
}
}

if (accessLevel == "anonymous" && isLoggedIn == true) {
hc2 = "registered"+pagePath;
}

//BEGIN EDITABLE SECTION
//CONFIGURATION VARIABLES
hbx.acct="DM5104164EAE95EN3;DM5010177GVA95EN3;DM51 03083LCA38EN3";//ACCOUNT NUMBER(S)
hbx.pn="origin";//PAGE NAME(S)
hbx.mlc="/soccernet/origin;/SOCCERNET/soccernet/origin;*";//MULTI-LEVEL CONTENT CATEGORY
hbx.pndef="title";//DEFAULT PAGE NAME
hbx.ctdef="full";//DEFAULT CONTENT CATEGORY

//OPTIONAL PAGE VARIABLES
//ACTION SETTINGS
hbx.fv="";//FORM VALIDATION MINIMUM ELEMENTS OR SUBMIT FUNCTION NAME
hbx.lt="auto";//LINK TRACKING
hbx.dlf="n";//DOWNLOAD FILTER
hbx.dft="n";//DOWNLOAD FILE NAMING
hbx.elf="n";//EXIT LINK FILTER

//SEGMENTS AND FUNNELS
hbx.seg="*;*;*";//VISITOR SEGMENTATION
hbx.fnl="";//FUNNELS

//CUSTOM VARIABLES
hbx.ci="";//CUSTOMER ID
hbx.hc1="";//COLUMNISTS
hbx.hc2=hc2;//PREMIUM ACCESS LEVEL
hbx.hc3="auto|/soccernet/origin/origin";//EDITORIAL VS. AUTOMATED
hbx.hc4="";//CUSTOM 4
hbx.hrf="";//CUSTOM REFERRER
hbx.pec="";//ERROR CODES

//INSERT CUSTOM EVENTS
var ev1 = new _hbEvent("search"); // required definition to create custom event
ev1.keywords=""; // required value
ev1.results=""; // optional value, any integer number of result
ev1.attr1=""; // Category
ev1.attr2=""; // Sub Category if one exists
ev1.attr3=""; // optional, can be any string search attribute
ev1.attr4=""; // optional, can be any string search attribute
//END EDITABLE SECTION

//REQUIRED SECTION. CHANGE "YOURSERVER" TO VALID LOCATION ON YOUR WEB SERVER (HTTPS IF FROM SECURE SERVER)
</script><script type="text/javascript" defer="defer" src="http://soccernet-att.espn.go.com/design05/insertfiles/javascript/hbx.js"></script>

<!--END WEBSIDESTORY CODE-->

<!--begin revenueScience-->


<!--end revenueScience-->

<center>

<script language="JavaScript">
if (showDiv){
document.write('<div id="main">');
}
</script>

<table width="447" cellspacing="0" cellpadding="0" border="0">
<tr>
<td colspan="3" width="447" height="39"><img src="http://soccernet-att.espn.go.com/design05/i/splash/top.gif" width="447" height="39" border="0" usemap="#soccernet"></td>

</tr>
<tr>
<td width="32" width="32" height="258"><img src="http://soccernet-att.espn.go.com/design05/i/splash/left.gif" width="32" height="258" border="0"></td>
<td width="378" bgcolor="#ffffff">
<table width="378" height="258" cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="center" valign="top"><span class="header"><BR>&nbsp;<BR>So that we know a little more about our worldwide audience, please select which region you are viewing this web site from:</span></td>
</tr>

<tr>
<td height="10"><spacer type=block height="10"></spacer></td>
</tr>

<tr>
<td valign="top" align="center">




<table>
<tr>
<td>&nbsp;</td>
<td>
<!-- options go here -->
<FORM NAME="originform" class="wreport">
<br>
<input type="radio" name="origin" value="5739" onClick='setCountry(this.value)'>Europe/UK<br>

<input type="radio" name="origin" value="5901" onClick='setCountry(this.value)'>USA/Canada<br>
<input type="radio" name="origin" value="3436" onClick='setCountry(this.value)'>Australia/New Zealand<br>
<input type="radio" name="origin" value="4716" onClick='setCountry(this.value)'>Asia<br>
<input type="radio" name="origin" value="3888" onClick='setCountry(this.value)'>Other<br>
<input type="button" value="Set Region" onClick='sendBack()'>
<input type=button value="Help" onClick="window.open('http://soccernet-att.espn.go.com/oldbrowser/problems.html','oldbrowser','width=300,height=350, scrollbars=yes,resizable=yes')">
</form>
<!--END OPTIONS-->
</td>
<td>&nbsp;</td>
</tr>
</table>




</td>
</tr>
</table>


</td>
<td width="37" width="37" height="258"><img src="http://soccernet-att.espn.go.com/design05/i/splash/right.gif" width="37" height="258" border="0"></td>
</tr>
<tr>
<td colspan="3" width="447" height="51"><img src="http://soccernet-att.espn.go.com/design05/i/splash/bottom.gif" width="447" height="51" border="0" usemap="#espn"></td>

</tr>
</table>

<script language="JavaScript">
if (showDiv){
document.write('</div>');
}
</script>
</center>