Search content:

 

Personal Menu
Username:
Password:
Save password

Become a member

Forgot Password?

 

Don't miss these
MediaMacros Blog
Flash Component Label
Tool Tips/Help popUp box ver 2.1
Volume Control Dial
Wait for Mouseclick
3D games online. Developed with Macromedia Director.
simSock Xtra
Arca Database Xtra
Application Xtra
bambino
MediaMacros Xtras Mall
 

 

 

Behavior Send E-mail Via Browser

Added on 6/4/1999

 

Compatibilities:
D6_5 D7 D8 Mac PC Script Shockwave

This item has not yet been rated

Author: Unknown

Use this to make an e-mail window pop up with the inserted info already inserted. Note that there is a limit on the ammount of body text.

--I am unsure of the origin of this script.  If anyone has any idea who wrote this, please e-mail me so I can give them proper credit.

on sendmail emailAddress, bodyText, subject
  set addressString = emailAddress
  set subjectString = subject
  set messageString = urlEncode(bodyText)
  gotonetpage "mailto:"&addressString&"?subject="&subjectString&"&body="&messageString
end

--Converts Text to URL Coded Data

on urlEncode whichString
  if NOT stringP(whichString) then exit
  set reservedListASCII = [32, 123, 125, 124, 92, 94, 126, 91, 93, 39,35, 37, 60, 62, 34, 59, 44, 47, 63, 58, 64, 61, 38, 13]
  set replaceList = ["%20", "%7B", "%7D", "%7C", "%5C", "%5E", "%7E", "%5B", "%5D", "%27", "%23", "%25", "%3C", "%3E", "%22", "%3B", "%2C", "%2F", "%3F", "%3A", "%40", "%3D", "%26","%0D"]
  set sLength = the number of chars in whichString
  repeat with i = 1 to sLength
    set currentChar = charToNum(char i of whichString)
    set replaceLoc = getOne(reservedListASCII,currentChar)
    if replaceLoc then
      put getAt(replaceList,replaceLoc) into char i of whichString
      set i = i + 2
      set sLength = sLength + 2
    end if
  end repeat
  return whichString
end

 


Upload Provided by ABCUpload ASP

Contact

MMI
22 West Court Sq
Suite 2C
Newnan, GA 30263
USA

Fax - (206) 339-5833

Send e-mail