I haven't tried that. I did not realise there was a way of testing the
asp.
I tried a combination of different additions to the script (adding web
addresses and email addresses to the section below as I thought this
might be where the error was occuring.
'strReferer = request.servervariables("HTTP_REFERER")
strServer = Replace(request.servervariables("SERVER_NAME"),"www.","")
strSMTPServer = "smtp." & strServer'
and then adding the asp to the files held by my host via
FTP.
On the website the error code came up 'HTTP' 401 error when I tried to
'submit' the enquiry form. I was trying to learn using some example
script, which seemed to have some reference to where the email should
be sent.
Is there somewhere that I could get an example of how to run that test,
if you think that may be where the error is occuring. I went through
the Dimac site but found little explanation for someone of virtually no
experience of asp like me.
Thanks for your help in advance,
PDD