PDA

View Full Version : please help!asap



mavis
January 14th, 2003, 06:30 PM
does anyone know the code/actions for buttons so that when the button is pressed it forwards onto an email address????

please help!!

cheers

mavis

rynoe
January 14th, 2003, 07:07 PM
on (release) {
getURL("mailto:anyone@whoever.com");
}
Works with 6
I don't know about 5.

mavis
January 15th, 2003, 08:44 AM
cheers +thanks, as it was i found the code on some buttons that i'd done for one of my last sites, but thank you VERY much for replying anyhoo!!!!
(dont suppose you know how to create a link to a word document do you?)

Mavis

rynoe
January 15th, 2003, 03:15 PM
I think any html tag works.
If you know html, just remove the a href= and /a

"http://foo.com/bar.doc"

I'm not sure though I haven't tried them all.
I don't see why it wouldn't though.