hey hallo,
ik heb een vraagje voor alle echte script wizzards die unlike me wel in staat zijn om de fout op te sporen.
er zit dus ergens een fout in de pagina, alleen heb ik geen flauw benul wat er fout zou kunnen zijn, (het is een top menu met 2 jscript files, waarvan de ene de content is en de ander de code, een deel van de code staat ook ook in de pagina staan, in de head eigenlijk (zoals je kan zien)
deze 2 jsscripts zijn niet gepost ander wordt post zo heel groot, en ik weet ook niet of het nodig is, mocht het wel het geval zijn... please say so.
<html>
<head>
<style>
all.clsMenuItemNS, .clsMenuItemIE{text-decoration: none; font: 12px Century Gothic; color: black; cursor: hand; z-index:100}
#MainTable A:hover {color: yellow;}
</style>
<script language="JavaScript">
//Top Nav Bar I v2- By Constantin Kuznetsov Jr. (script@esolutiononline.com)
//Modified by Dynamic Drive for NS6/Opera6 compatibility and code streamlining March 4th, 2002
//Visit http://www.dynamicdrive.com for this script
var keepstatic=0 //specify whether menu should stay static 0=non static (works only in IE4+)
var menucolor="#FFFFFF" //specify menu color
var submenuwidth=150 //specify sub menus' color
</script>
<title>Welcome to Paupercentral</title>
<!-- Rollover Image Script - Place within <head> tag -->
<script language="JavaScript" type="text/javascript">
<!-- Hide from older browsers
function SwitchImg()
{ //start
var rem, keep=0, store, obj, switcher=new Array, history=document.Data;
for (rem=0; rem < (SwitchImg.arguments.length-2); rem+=3) {
store = SwitchImg.arguments[(navigator.appName == 'Netscape')?rem:rem+1];
if ((store.indexOf('document.layers[')==0 && document.layers==null) ||
(store.indexOf('document.all[')==0 && document.all==null))
store = 'document'+store.substring(store.lastIndexOf('.'),store.length);
obj = eval(store);
if (obj != null) {
switcher[keep++] = obj;
switcher[keep++] = (history==null || history[keep-1]!=obj)?obj.src:history[keep];
obj.src = SwitchImg.arguments[rem+2];
} }
document.Data = switcher;
} //end
function RestoreImg()
{ //start
if (document.Data != null)
for (var rem=0; rem<(document.Data.length-1); rem+=2)
document.Data[rem].src=document.Data[rem+1];
} //end
// end hiding contents -->
</script>
</head>
<body bgcolor="#FFFFFF" text="#000000" topmargin="1" leftmargin="1">
<p><font face="century gothic" size="3">
<script language="JavaScript" src="menu.js"></script>
<script language="JavaScript" src="menucontext.js"></script>
<script language="JavaScript">
showToolbar();
</script>
<script language="JavaScript">
function UpdateIt(){
if (ie&&keepstatic&&!opr6)
document.all["MainTable"].style.top = document.body.scrollTop;
setTimeout("UpdateIt()", 200);
}
UpdateIt();
</script>
<center>
<br><br><br><br><br><br>
<font face="century gothic" color="#3300ff" size="3">
De theme song voor deze week is....... <font color="#993333">Xibit - FuckinŽyou Right</font> <p>
<font size="2">Submit ideas voor eentheme song here <a href="mailto:paupercentral@hotmail.com">Paupercentral Mail</a> </font>
<p>
History of theme songs!<br>
<font color="#cccccc">
Bubba Sparxxx - Ugly
Dire Straits - Money for Nothing<br>
E-rotic - Max dont have sex with your ex<br>
Hot Chocolate - I Believe in Miracles<br>
Eminem - Drug Balled<br>
Spargo - You and Me<br>
</font>
<p>
Als nieuwe toevoeging op de site hebben we de "Quote" van de week geintroduceerd,<br>
de quote van deze week is:<p>
<font color="#330099">"Bar, Baco, Bier voor al u plezier, pauper... voor al uw vertier" <p>
<font color="#cccccc" size="3">
"Lul, Kut, Kont neuken is Gezond"
"Sommige mensen denken dat kennis wijsheid is"<p>
"Beter 1 bier in de hand dan 10 in de lucht"<p>
"No Shit Einstein..."<p>
"Do it just like me, make fun of everything....... fuck everyone!!!"<p>
"happy new stapceleberty year and a fucking freaky steaming hot X-Mass"<p>
"He's Bad and i'm Evil"<p>
"its funny how people always want to be your friend after they ripped your heard out"<p>
"I sit here and hesitate shall i shit or masturbate"<p>
"The fat and the furriest"<p>
"When I'm right nobody remembers, when I'm wrong nobody forgets"<p>
"Leve de bierarchie"<p>
"To beer or not to beer"<p>
"Boink Boink Boink"<p>
"What we do in life goes in eternity"<p>
"Op krultieten, funbumpers, hangballen en andere lekkere dingen"<p>
</font></center>
</body>
</html>
ik heb een vraagje voor alle echte script wizzards die unlike me wel in staat zijn om de fout op te sporen.
er zit dus ergens een fout in de pagina, alleen heb ik geen flauw benul wat er fout zou kunnen zijn, (het is een top menu met 2 jscript files, waarvan de ene de content is en de ander de code, een deel van de code staat ook ook in de pagina staan, in de head eigenlijk (zoals je kan zien)
deze 2 jsscripts zijn niet gepost ander wordt post zo heel groot, en ik weet ook niet of het nodig is, mocht het wel het geval zijn... please say so.
<html>
<head>
<style>
all.clsMenuItemNS, .clsMenuItemIE{text-decoration: none; font: 12px Century Gothic; color: black; cursor: hand; z-index:100}
#MainTable A:hover {color: yellow;}
</style>
<script language="JavaScript">
//Top Nav Bar I v2- By Constantin Kuznetsov Jr. (script@esolutiononline.com)
//Modified by Dynamic Drive for NS6/Opera6 compatibility and code streamlining March 4th, 2002
//Visit http://www.dynamicdrive.com for this script
var keepstatic=0 //specify whether menu should stay static 0=non static (works only in IE4+)
var menucolor="#FFFFFF" //specify menu color
var submenuwidth=150 //specify sub menus' color
</script>
<title>Welcome to Paupercentral</title>
<!-- Rollover Image Script - Place within <head> tag -->
<script language="JavaScript" type="text/javascript">
<!-- Hide from older browsers
function SwitchImg()
{ //start
var rem, keep=0, store, obj, switcher=new Array, history=document.Data;
for (rem=0; rem < (SwitchImg.arguments.length-2); rem+=3) {
store = SwitchImg.arguments[(navigator.appName == 'Netscape')?rem:rem+1];
if ((store.indexOf('document.layers[')==0 && document.layers==null) ||
(store.indexOf('document.all[')==0 && document.all==null))
store = 'document'+store.substring(store.lastIndexOf('.'),store.length);
obj = eval(store);
if (obj != null) {
switcher[keep++] = obj;
switcher[keep++] = (history==null || history[keep-1]!=obj)?obj.src:history[keep];
obj.src = SwitchImg.arguments[rem+2];
} }
document.Data = switcher;
} //end
function RestoreImg()
{ //start
if (document.Data != null)
for (var rem=0; rem<(document.Data.length-1); rem+=2)
document.Data[rem].src=document.Data[rem+1];
} //end
// end hiding contents -->
</script>
</head>
<body bgcolor="#FFFFFF" text="#000000" topmargin="1" leftmargin="1">
<p><font face="century gothic" size="3">
<script language="JavaScript" src="menu.js"></script>
<script language="JavaScript" src="menucontext.js"></script>
<script language="JavaScript">
showToolbar();
</script>
<script language="JavaScript">
function UpdateIt(){
if (ie&&keepstatic&&!opr6)
document.all["MainTable"].style.top = document.body.scrollTop;
setTimeout("UpdateIt()", 200);
}
UpdateIt();
</script>
<center>
<br><br><br><br><br><br>
<font face="century gothic" color="#3300ff" size="3">
De theme song voor deze week is....... <font color="#993333">Xibit - FuckinŽyou Right</font> <p>
<font size="2">Submit ideas voor eentheme song here <a href="mailto:paupercentral@hotmail.com">Paupercentral Mail</a> </font>
<p>
History of theme songs!<br>
<font color="#cccccc">
Bubba Sparxxx - Ugly
Dire Straits - Money for Nothing<br>
E-rotic - Max dont have sex with your ex<br>
Hot Chocolate - I Believe in Miracles<br>
Eminem - Drug Balled<br>
Spargo - You and Me<br>
</font>
<p>
Als nieuwe toevoeging op de site hebben we de "Quote" van de week geintroduceerd,<br>
de quote van deze week is:<p>
<font color="#330099">"Bar, Baco, Bier voor al u plezier, pauper... voor al uw vertier" <p>
<font color="#cccccc" size="3">
"Lul, Kut, Kont neuken is Gezond"
"Sommige mensen denken dat kennis wijsheid is"<p>
"Beter 1 bier in de hand dan 10 in de lucht"<p>
"No Shit Einstein..."<p>
"Do it just like me, make fun of everything....... fuck everyone!!!"<p>
"happy new stapceleberty year and a fucking freaky steaming hot X-Mass"<p>
"He's Bad and i'm Evil"<p>
"its funny how people always want to be your friend after they ripped your heard out"<p>
"I sit here and hesitate shall i shit or masturbate"<p>
"The fat and the furriest"<p>
"When I'm right nobody remembers, when I'm wrong nobody forgets"<p>
"Leve de bierarchie"<p>
"To beer or not to beer"<p>
"Boink Boink Boink"<p>
"What we do in life goes in eternity"<p>
"Op krultieten, funbumpers, hangballen en andere lekkere dingen"<p>
</font></center>
</body>
</html>