Hello All, I am trying to send one mail with HTML content. To do this, I have added HML header to mail function.
Inside the content, I added a Javascript function that calls a Ajax Page( to send one mail to my mail address). I called this Javascript function on the onload of body of html like <html> <head> /* Javscript function and make call to AJAX action page */ </head> <body onload="return functionname();"> /*matter*/ </body> </html> But it did not work . Can we able to call JavaScript when loading the content inside the mail ? Can somebody help me? Regards, Aniesh Joseph
_______________________________________________ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php
