PDA

View Full Version : How do i make a javascript to..



T_D
06-24-2004, 09:19 PM
hi.How do i make a javascript to put a "Mail-to-a-friend" Form...like if people want's to submit my webpage to friends?
thank you

chromate
06-25-2004, 05:45 AM
Not sure you can do it in JavaScript. I think the only way would be to pre-define a message and then use the user's own email client to send it. Not sure exactly how. I think it would be better done using a server side language such as PHP.

r2d2
06-25-2004, 11:47 AM
Take a look at some examples you have seen of this and how they do it - the JS should be there to see.

T_D
06-26-2004, 11:25 AM
ok thnak you