PDA

View Full Version : Send e-mail


Silent G
07-16-2002, 11:18 PM
I am trying to duplicate the File/Send/Page by email. I'm not sure if I can duplicate a browser function or point to it in some way.

Thank you in advance for your help.:confused:

requestcode
07-17-2002, 03:42 AM
You can't use JavaScript to send the actual page, but you could use it to send a link in the email to the page.

Silent G
07-17-2002, 02:01 PM
The problem is that I want to remove elements (buttons)
from the page before it is sent.

mordred
07-17-2002, 02:10 PM
Hmh... although I don't know exactly what you meant with removing elements, I think you have to look for a server-side solution.