[Zope] Javascript detection

Tim Nash thedagdae at gmail.com
Mon Jun 16 17:25:00 EDT 2008


here is the code:

put this at the top of your dtml

<script type="text/javascript">
  location.href = "redirected_javascript_enabled_page.dtml";
</script>

and create redirected_javascript_enabled_page.dtml

On 6/16/08, Andreas Jung <lists at zopyx.com> wrote:
>
>
> --On 16. Juni 2008 11:34:37 -0700 Arne Jensen <arne at msri.org> wrote:
>
>> Hello,
>>
>> Using DTML, is there a way to detect if a user has javascript enabled in
>> their browser. We are running Zope 2.10.4-final, python 2.4.4.
>
> This has absolutely nothing to do with DTML. Javascript=client-side,
> DTML/ZPT=server-side.
>
> Andreas


More information about the Zope mailing list