hmm..  I found this:

  http://www.faqts.com/knowledge-base/view.phtml/aid/464/fid/47/lang/en

which might work a little better.  it can detect js before the first page is
shown.

- Isaac  =)

On Mon, 31 Jan 2000, Isaac Reuben wrote:

> Using this function:
> 
>   function jscheck(link)
>   {
>      document.location = link.href + "?jsCheck=TRUE";
>      return false;
>   }
> 
> this link:
> 
>   <a href="test.html" onClick="jscheck(this);">test it</a>
> 
> goes to "test.html?jsCheck=TRUE" if javascript is on.



------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Site:            http://www.working-dogs.com/freetrade/
Problems?:       [EMAIL PROTECTED]

Reply via email to