I forgot. The header of mail is :
Message-ID: <123123.JavaMail.jboucher@jboucher>
Date: Thu, 5 Feb 2004 15:55:45 -0500 (EST)
From: "14181238899@123.com" <faxback@123123.com>
Reply-To: faxback@123123.com
To: jboucher@123123.com
Subject: =?iso-8859-1?Q?Carrier,_St=E9phane_hmw?=...
Hi
I send mail with javax.mail.internet.MimeMessage. My attachment is a PDF. I receive my mail and my PDF is perfect, but when the name of my PDF file contains accentuated characters(é è à ç...) these ones disappear.
ex : Stéphane.pdf ---> Stphane.pdf
I don't know well the rules of encoding...
Hi,
dynamically load of javascript file :
function createScriptTag()
{
var head = document.getElementsByTagName('head').item(0)
scriptTag = document.createElement('script');
scriptTag.setAttribute("language","javascript");
head.appendChild(scriptTag)...
Hi,
I have Javascript in a DIV tag in a IFrame. I must copy them to the main frame. This part work fine with the innerHTML property on the DIV. But, now I SHOULD execute the javascript copied right after the copy ...
(The copied javascript contains some functions but also some calls of...
by the URL :
pageURL/fileName.html?param1=value¶m2=value
in the page, the parameters will be accessible with :
document.location.search
the search is equals to : "param1=value¶m2=value"
I think..!
..but im not sure that this solution work locally. you must pass through a web...
to learn more on DHTML in IE :
http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/dhtml_reference_entry.asp?frame=true
:-)
like that :
var select = document.getElementById("selectname");
var newOption= document.createElement("OPTION");
select.options.add(newOption);
newOption.value="YOUR VALUE";
newOption.innerText="YOUR TEXT";
...
<select...
Is it possible to cancel the scrolling when the up/down arrows is pressed ? By default, IE scroll the page.
I tried :
<body onscroll="return false;" >
and
functionX()
{
...
window.event.cancelBubble = true;
}
document.onkeydown = functionX;
and even : (but the...
Just a precision, normally I specify a width in the style (width:200) but when an option with too large text is added, the text is not completely visible. If I don't specify the width, it will be adjusted automatically with the larger text option added, but I must have a fixed width!
thanks
hi all,
I have a lisbox like that
<select size=3 name="x" style="height:300" MULTIPLE>
<option value="y">bla bla</option>
</select>
is it possible to have a horizontal scrollbar on my listbox ? I know that is possible with VBScript, but just with javascript or...
hi all,
I have a lisbox like that
<select size=3 name="x" style="height:300" MULTIPLE>
<option value="y">bla bla</option>
</select>
is it possible to have a horizontal scrollbar on my listbox ? I know that is possible with VBScript, but just with javascript or...
Hi,
I search a way to insert an image in an OPTION included (obviously) in a SELECT. I think that is not possible...but maybe....!
<STYLE>
.option1 {font-family: Verdana, Arial; font-size: 11px; background-color: #CDDDDD;}
.option2 {font-family: Verdana, Arial; font-size: 11px...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.