[dev] Re: [cvs] commit: horde/lib/Form Renderer.php

Max Kalika max at lsit.ucsb.edu
Sun Apr 20 09:38:06 PDT 2003


Quoting Marko Djukic <tech at oblo.com>:

>   Modified files:
>     lib/Form             Renderer.php 
>   Log:
>   use a javascript null link rather than # - solves the problem of the
> page jumping up/down when the page is scrolled down   

I advise against javascript: hrefs because some browsers (some versions of
IE) think it is an unsecure protocol when you're coming from an https://
page and drop encryption as a result.  How about using something like:

 <a href="" onclick="...; return false;">

---max kalika
--max at lsit.ucsb.edu
-lsit systems administrator


More information about the dev mailing list