[EMAIL PROTECTED] wrote:
> 
> Hi Geoff
> 
> Thanx for the quick answer. You're assumption is right!!!!
> 
> (Shouldn't htdig understand a bit javascript??)
> 
> Thanx, Ruedi
> 
> _______________________
> 
> The file:
> 
> <HTML>
> <SCRIPT LANGUAGE="JavaScript">
>   <!--
>   if (navigator.userAgent.indexOf("MSIE")!=-1) {
>   window.location.replace("framems.html");
>   }
>   else
>   {window.location.replace("framenav.html");
>   }
>   //-->
> </SCRIPT>
> </HTML>

No.  One simple reason:  An indexer shall not interpret any
client side code to avoid getting stuck in endless loops.

Another reason you give in your example:  Since Ht://Dig is by
no means a graphical browser, there is no "window".

You can still follow that link by specifying a <LINK REL="start"
HREF="noframes.html">
in the HTML preamble of the document.


hth,
  Torsten

-- 
InWise - Wirtschaftlich-Wissenschaftlicher Internet Service GmbH
Waldhofstra�e 14                            Tel: +49-4101-403605
D-25474 Ellerbek                            Fax: +49-4101-403606
E-Mail: [EMAIL PROTECTED]            Internet: http://www.inwise.de

------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives:  <http://www.htdig.org/mail/menu.html>
FAQ:            <http://www.htdig.org/FAQ.html>

Reply via email to