Yea, that did it :p
-----Original Message-----
From: Bill Shupp [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 22, 2005 4:44 PM
To: [email protected]
Subject: Re: [users] Minor bug .... VegaDNS 1.1.2
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