quick question... i understand it's possible to send an HTML email using PHP's mail() function, but is it possible for this html email to have javascript involved also?
Calling Javascript, there are some DIVs in the HTML that i have set to style.display=' none' or style.display=' block' depending on weather the $_POST php values are empty or not... (as well as a few other javascript functions)
thanks.
Calling Javascript, there are some DIVs in the HTML that i have set to style.display=' none' or style.display=' block' depending on weather the $_POST php values are empty or not... (as well as a few other javascript functions)
thanks.