micheldrunen
Nieuwe gebruiker
- Lid geworden
- 1 jul 2004
- Berichten
- 2
Hoi allemaal,
Even een vraag over een popupblokker,
ik heb volgende code gevonden:
x6f37e8c46cd = "loranger-chand-cristofe";
window.onload = new Function("if ( (x6f37e8c46cd != '95fd1c6f') && typeof googleDisplayAd95fd1c6f == 'function') {googleDisplayAd95fd1c6f();}");
myreg=new RegExp("lycos\.nl","i");
if ( !myreg.test("'"+top.location+"'") ) {
nwreg=new RegExp ("http://([^/]+)?(/([a-z0-9A-Z\-\_]+)?[^']+)","i"
;
rn=nwreg.exec("'"+self.location+"'");
if (parent.frames.length==2) { top.location="http://"; + rn[1] + rn[2]; }
else { top.location="http://"; + rn[1] + "/" + rn[3]; }
}
if(window == window.top) {
var address=window.location;
var s='<html><head><title>'+'</title></head>'+
'<frameset cols="*,140" frameborder="0" border="0" framespacing="0" onload="return true;" onunload="return true;">'+
'<frame src="'+address+'?" name="memberPage" marginwidth="0" marginheight="0" scrolling="yes" noresize>'+
'<frame src="" name="" marginwidth="0" marginheight="0" scrolling="yes" noresize>'+
'</frameset>'+
'</html>';
document.write(s);
}
</script>
<span Style="display: none"><plaintext>
Het probleem is nu dat de scrollbar verdwenen is door het plaatsen van deze code,
Hoe is dit op te lossen
Even een vraag over een popupblokker,
ik heb volgende code gevonden:
x6f37e8c46cd = "loranger-chand-cristofe";
window.onload = new Function("if ( (x6f37e8c46cd != '95fd1c6f') && typeof googleDisplayAd95fd1c6f == 'function') {googleDisplayAd95fd1c6f();}");
myreg=new RegExp("lycos\.nl","i");
if ( !myreg.test("'"+top.location+"'") ) {
nwreg=new RegExp ("http://([^/]+)?(/([a-z0-9A-Z\-\_]+)?[^']+)","i"

rn=nwreg.exec("'"+self.location+"'");
if (parent.frames.length==2) { top.location="http://"; + rn[1] + rn[2]; }
else { top.location="http://"; + rn[1] + "/" + rn[3]; }
}
if(window == window.top) {
var address=window.location;
var s='<html><head><title>'+'</title></head>'+
'<frameset cols="*,140" frameborder="0" border="0" framespacing="0" onload="return true;" onunload="return true;">'+
'<frame src="'+address+'?" name="memberPage" marginwidth="0" marginheight="0" scrolling="yes" noresize>'+
'<frame src="" name="" marginwidth="0" marginheight="0" scrolling="yes" noresize>'+
'</frameset>'+
'</html>';
document.write(s);
}
</script>
<span Style="display: none"><plaintext>
Het probleem is nu dat de scrollbar verdwenen is door het plaatsen van deze code,
Hoe is dit op te lossen