"George A. Michalopoulos" wrote:
> 
> For more than a year i was a silent member of this list, when i
> unsubscribed, i got a problem with htdig ;))

The system *knows*.  Don't attempt to outsmart the system.  :-)

> it cant index a www site (http://www.filmfestival.gr)...
> it indexes the first page and nothing more..
>
> any suggestions ?

That site is one of those "cool" sites that prevent search engines from
indexing it by doing some real "cool" javascript.  How come they don't teach
you that in javascript class?  :-)
Here's its front page:

------------------------------------------------------
 <html>
<head>
<SCRIPT LANGUAGE="JavaScript">
     if (navigator.appVersion.indexOf('4') != -1) {
     window.location = 'index4.html';
     }
     else{
             window.location = "index2.html";
     }
</SCRIPT>
</head>

<BODY bgcolor="#FFFFFF" text="White" link="Red" vlink="Red">
</body>
</html>
------------------------------------------------------

So you can probably index http://www.filmfestival.gr/index2.html instead.

-- 
Andrew Scherpbier <[EMAIL PROTECTED]>
Contigo Software <http://www.contigo.com/>
----------------------------------------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED] containing the single word "unsubscribe" in
the body of the message.

Reply via email to