I have domain personalised email id from Dynadot. I want to use this for sending email from our website to my email inbox as user subscription form, So that my website user/viewer send the email to me using my website subscription from . Can Java script help this purpose. Can anyone help me? How can I do this?
As long as you make sure that all the scripting for Java is client side it is not a proble. There are plenty of scripts out there just use google and choose one that works best for you.
Server side scripts will not work with DynaDot as it is static only. The other problem you will have is firewalls etc that will probably see the user or their system abort it.
Sending email through a contact form on a website usually requires the website or at least the form action url to be dynamic. I don't know if this can be done with just a static website and javascript.