[RESOLVED] Open compose email window
Hi All
First off: I am completely new to the world of PHP. I was playing around with it last night, though I didn't get anywhere. :(
Second: The actual question. :)
Instead of using the normal <A HREF="mailto:email"> on a page, is there a way to open a new mail window using PHP? I know that the "mailto" will work, though I am looking for a more "elegant" way of doing it, as I want something custom to be displayed in the browser's statusbar.
I know that "mailto" also opens the default mail client editor, so will this be the same in PHP?
Thanks in advance! :wave:
Re: Open compose email window
PHP has absolutely no effect on what happens client-side.
Re: Open compose email window
:( Thanks pena. I was affraid that this would be the case.