Hi, with the Button I like to set the mailadress. How can I set the mailto Attribut inside in a Javascript ? Thanks for helping Klaus <html><head><title>Test</title> <body> <FORM action="mailto:meier@notebook.de?body=Hallo%20Fritz,%0D%0A%0D%0Aich%20wollte %20nur%20sagen,%20dass%20" method="post" encType="text/plain"> <INPUT type=submit value=Abschicken name=B1><SELECT size=1 name=D1> <OPTION value=Fritz selected>An Fritz</OPTION> <OPTION value=Bernd>An Bernd</OPTION> <OPTION value=Klaus>An Klaus</OPTION> </SELECT><INPUT type=reset value=Zurcksetzen name=B2></FORM> </body></html>
"Klaus Baumgart" wrote in message news:dtai72$dk2$1@newsreader3.netcologne.de > with the Button I like to set the mailadress. How can I set the mailto > Attribut inside in a Javascript ? forms(0).action = "mailto:" + email + parameters; -- With best wishes, Igor Tandetnik With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea. It is hard to be sure where they are going to land, and it could be dangerous sitting under them as they fly overhead. -- RFC 1925