[thelist] Js change mailto

fstorr fffrancis at fstorr.demon.co.uk
Sat Sep 28 10:30:01 CDT 2002


Don't worry, I did it myself!

Here it is - if there's a better way, I'm interested!

Cheers

Francis

____________________________



<script type="text/javascript">

function formcheck()
{

	if (document.letter1.userurgent.checked)
	{
		document.all.addresscheck.href="mailto:urgent at bar.com";
	}
	else
	{
		document.all.addresscheck.href="mailto:normal at foo.com";
	}
return false
}
</script>






More information about the thelist mailing list