Ver Mensaje Individual
  #1 (permalink)  
Antiguo 05/04/2010, 16:28
Avatar de Agusx1211
Agusx1211
 
Fecha de Ingreso: octubre-2009
Ubicación: Buenos Aires
Mensajes: 33
Antigüedad: 14 años, 6 meses
Puntos: 2
Exclamación Insertar un Script de greasmoney en HTML

Hola! Buenos dias! les escribo por que tengo un problemita, y como yo soy medio nuevo en todo esto, supongo que me podran ayudar.

Lo que yo estoy tratando de hacer es insertar este codigo del greasmoney, en un html:

Este codigo:

Código:
function  checkForAd ()  ( 
  if ( y > = 300)  ( 
  clearInterval ( intv ); 
  ) 
  else  if ( unsafeWindow .showingVideoAd ())  ( unsafeWindow .hideVideoAd (); 
    clearInterval ( intv ); 
  ) y + +; 
) 
var intv ,y , y = 0; intv =  setInterval ( checkForAd , 1000); 

/ / END: Video Ad-Skip - Copyright user: JoeSimmons. 

/ / START: REMOVE ADBAR + NavBar - Copyright user: Scorchy 

	var nav = documento .getElementById ( "menubox" ); 
	if  ( nav )  ( nav .parentNode .removeChild ( nav ); 
	) nav = documento .getElementById ( "tb" ); 
	if  ( nav )  ( nav .parentNode .removeChild ( nav ); 
	)
Me gustaria saver como debo insertarlo en la web, y para serles mas sencilla la tarea y que entiendan mejor les dejo el code de la web:

Código:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> 
<html style="width:100%;height:100%;"> 
<head> 
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 
<meta http-equiv="Content-Language" content="en-gb, English" /> 
<meta name="keywords" content="Runescape, Jagex, free, games, online, multiplayer, magic, spells, java, MMORPG, MPORPG, gaming" /> 
<meta name="description" content="Join the world's most popular free MMO RuneScape by Jagex Games Studio. Complete quests and win enormous treasures in a 3D world full of magic and monsters."> 
<title>RuneScape - The Number 1 Free Multiplayer Game</title> 


</head> 
<frameset cols="*" rows="*"> 
<frame style="width:100%;height:100%;margin:0;padding:0;" src="http://world58.runescape.com/m0" width="100%" height="100%" scrolling="auto" frameborder="0" marginwidth="0" marginheight="0" /> 
</frameset> 
</html>
Por favor si me pueden ayudar agradesco de mil maneras!