In the past few days messages sent with my normal email client (mutt)
have failed to reach their destination.  I am unclear whether the
problem is local or not.  

However, messages sent with kmail did arrive promptly.

I am therefore remailing my further message on my Java Scripts problem
in case the first one fails to arrive (It did not get back to my
letterbox 3 days later).

If the original message does ultimately get to its destination, then
please ignore this repeat.  Otherwise, a copy of my message is in the
attachment to this email.

Also, I would like to flag that I sent direct replies to the two emails
that responded to my initial query.  These, as far as I know, have
sufferred the same fate.

Felix Karpfen
 -- 

Felix Karpfen
[EMAIL PROTECTED]
Public Key 72FDF9DF (DH/DSA)
Keyserver http://www.keyserver.net




> Felix Karpfen wrote:
> > Christian Knoke wrote:
> > > Felix Karpfen wrote:
> > > 
> > > This is just to flag the latest development in my unfavoured attempt
> > > to access web pages without being bombarded by advertisements.

> > I've also remarked that change.
> > 
> > I can't see exactly what your problem is. AFAIK you can set the
> > DontGet option seperately for a given URL with wwwoffle 2.6.
> > You can also tell the monitor not to fetch Javascript.
> > 
> The fact that I am totally illiterate in HTML does not help.  I have
> just been guessing at the location of the problem.
> 
> And I was wrong.
> 
> With my current WWWOFFLE configuration, the page is fetched (I
> believe) but not displayed.
> 
> Attached is the source code of the fetched page.
> 
> Perhaps, someone who reads HTML would be good enough to look and tell
> me what needs to be done.  For the record, in my wwwoffle.conf file I
> have now identified the browser as Mozilla 4.76 and set fetch
> scripts to `yes'.  The attached source page was obtained via WWWOFFLE
> with these changes to the configuration file.
> 
> Felix Karpfen
> -- 
> 
> 
> Felix Karpfen
> [EMAIL PROTECTED]
> Public Key 72FDF9DF (DH/DSA)
> Keyserver http://www.keyserver.net

> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> <html>
> <head>
> 	<title>Sueddeutsche Zeitung online</title>
> 	<noscript>
> 		<meta http-equiv="refresh" content="1; URL=/sz/noscript.html"> 
> 	</noscript>
> <script language="JavaScript">
> if ((navigator.appName.indexOf("Netscape") != -1 )&&(navigator.userAgent.indexOf("Mozilla/4") != -1 )) {
>    format = 'sz_pc_ns.css';
> }
> else {
>    format = 'sz_pc.css';
> }
> if ((navigator.appVersion.indexOf("Mac") != -1 ) || (navigator.appVersion.indexOf("Linux")!= -1)) {
> 	if ((navigator.appName.indexOf("Microsoft") != -1 )&&(navigator.userAgent.indexOf("MSIE 5.0") != -1 )) {
> 	format = 'sz_pc.css';
>    }
>    else {
>       format = 'sz_mac.css';
>    }
> }
> document.write('<link rel=stylesheet href=\"/sz/css/'+ format + '\" type=text/css>');
> </script>
> </head>
> <body bgcolor="#666666" text="#000000" link="#000000" vlink="#000000" alink="#000000">
> <iframe src='/start.php?' name=if_content id=if_content class=content marginwidth=0 marginheight=0 scrolling=No frameborder=0 style="	CLIP: rect(0px 439px 10000px 0px);WIDTH: 439px;HEIGHT: 10000px;TOP: 154px;LEFT: 147px;POSITION: absolute;background-color : #666666;">
> </iframe>
> <iframe src='/sz/banner.php?url=' name=if_banner id=if_banner marginwidth=0 marginheight=0 hspace=0 vspace=0 valign=top scrolling=No frameborder=0 class=bannerleiste style="CLIP: rect(0px 748px 94px 0px);WIDTH: 748px;HEIGHT: 94px;TOP: 0px;LEFT: 13px;POSITION: absolute;background-color :#666666;">
> </iframe>
> <iframe src='/sz/nav.php?' name=if_navigation id=if_navigation marginwidth=0 marginheight=0 hspace=0 vspace=0 scrolling=No frameborder=0 class=navigation style="	CLIP: rect(0px 134px 10000px 0px);WIDTH: 134px;HEIGHT: 10000px;TOP: 154px;LEFT: 13px;POSITION: absolute;background-color : #666666;">
> </iframe>
> <IFRAME src='/sz/rechts.php?' name=if_info id=if_info class=infospalte frameBorder=0 marginHeight=0 marginWidth=0 name=if_infospalte scrolling=no style="	CLIP: rect(0px 175px 10000px 0px);WIDTH: 175px;HEIGHT: 10000px;TOP: 154px;LEFT: 586px;POSITION: absolute;background-color : #666666;">
> </IFRAME>
> <iframe src='/sz/head.php' name=if_head id=if_head marginwidth=0 marginheight=0 hspace=0 vspace=0 scrolling=No frameborder=0 class=head style="CLIP: rect(0px 748px 60px 0px);WIDTH: 748px;HEIGHT: 60px;TOP: 94px;LEFT: 13px;POSITION: absolute;background-color : #666666;">
> </iframe>
> <script language="Javascript">
> // fuer Scrollbalken-Bug bei Mac IE 5.0
> if ((navigator.userAgent.indexOf("MSIE 5.0") != -1) && (navigator.userAgent.indexOf("Mac_PowerPC") != -1)) {
>    window.resizeBy(-1,-1);
> }
> function checkParts()
> {
> 	if ((navigator.appName.indexOf("Netscape") != -1 ) && (navigator.userAgent.indexOf("Mozilla/5") != -1 )){
> 		if (if_navigation.checkNavLoaded != "undefined"){
> 			if (if_banner.checkBannerLoaded != "undefined"){
> 				stop();
> 			}
> 			else{
> 				parent.setTimeout("checkParts()",1500);
> 			}
> 		}
> 		else{
> 			parent.setTimeout("checkParts()",1500);
> 		}
> 	}
> }
> </script>
> </body>
> </html>

Reply via email to