I have about a dozen forms in a website I created, all of them using Matt Wright's formmail.pl without any problems. I added a new page with a new form which utilizes this same script. But when the form calls the script it gives me "Bad Referrer/Access Denied" errors and tells me to add the URL to the @referers line. Of course, it's in there; I haven't modified the script since creating the other forms. And I tested a couple of the other forms and the old forms work just fine. Only my new one doesn't work. The only differences between this new form and the older forms are what's in the hidden fields in the form. I'm calling the perl script in a javascript function, but even outside of the function, within the html form tag it's still giving me this error. How can this be? Anybody have any ideas?