Jump to content

javascript and html entities


ahs10

Recommended Posts

i am having such trouble with this, i don't know why.

 

my document is encoded at iso-8859-1, and the below code does not work properly.

 

var email="[email protected]"

vaq subject="Javascript Aggravates Me"

var body_message="é"

var mailto='mailto:'+email+'?subject='+subject+'&body='+body_message;

win = window.open(mailto,'emailWindow');

 

when it opens in a new mail window it display é not the accented e i want to be displayed.

 

however, down in the body of my page if i put é it displays the accented e.

 

what the hell am i doing wrong?

Link to comment
https://forums.phpfreaks.com/topic/94086-javascript-and-html-entities/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.