hi
I have a JSP/ASP scripts. My problem is the footer generated during the submit button is having extra space between the sender and “.”
How can i modify the footer generated in my jsp scripts?
“NOTICE:
This message may contain privileged/confidential information. If you are not the intended recipient of this email, please delete it immediately and notify the sender .”
<script language=”javascript”>
<!– var click = 1;
function OnCheckClickOnce()
{
if(click == 1)
{
click ++;
document.thisForm.submit();
}
else
alert(“We are processing your request now. Please wait…”);
}
–>
</script>