If I click the “new” button in Internet Explore it works fine but in Firefox nothing happens. Is there a work around or am I stuck forcing my users to use IE. I have IE6 still not sure if this works in newer versions of IE 7 or 8.
<script Language="VBScript"><!--
Sub btnNew_Onclick
document.FrontPage_Form1.txtDate.value = now
document.FrontPage_Form1.txtCompanyName.focus
end sub
--></script>
DougP
< I Built one
<script Language="VBScript"><!--
Sub btnNew_Onclick
document.FrontPage_Form1.txtDate.value = now
document.FrontPage_Form1.txtCompanyName.focus
end sub
--></script>
DougP
< I Built one