jtaylr77
08-31-2005, 11:15 PM
I use the script
on (release) {
getURL("mailto:myaccount@mac.com","_blank (myaccount@mac.com)");
}
on a button that rest on an email address so when the user clicks it would open up whatever client they use with my address. However, when testing I get a RUNDLL error saying hmmapi.dll could not be found. This file is in the internet explorer folder where it should be so I have no idea. Can someone help? Thanks!!
-a rookie
on (release) {
getURL("mailto:myaccount@mac.com","_blank (myaccount@mac.com)");
}
on a button that rest on an email address so when the user clicks it would open up whatever client they use with my address. However, when testing I get a RUNDLL error saying hmmapi.dll could not be found. This file is in the internet explorer folder where it should be so I have no idea. Can someone help? Thanks!!
-a rookie