Derkowski, Matthew wrote:

It does not happen in my mozilla/firefox only IE




Ok, I was able to reproduce it by turning on "Display a notification about every script error" in Internet Options->Advanced.


By putting an {if}{/if} in the template based on the state, it's fixed. Try this:

   {if $state != "logged_in" || $email == ""}
   {literal}
   <script type="text/javascript">
   function focus(){
       document.vegadns.email.focus();
   }
   </script>
   {/literal}
   {/if}

Regards,

Bill

Reply via email to