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...
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...
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...
Hi,
I use servlets with IE5.5, Apache 1.3.12, Jserv 1.1.2
I've a problem with the load bar (that give the state of page download) in the status bar. I call a servelt that define 2 frames, all work perfectly, the content of the 2 frames (that are also a servelts) is downloaded completely but...
Hi,
I've a problem with the load bar (that give the state of page download) in the status bar. I call a page that define 2 frames, all work perfectly, the content of the 2 frames is downloaded completely but, sometimes, the load bar continues like when the page is not responding. This can...
Hi,
How can I detect when a browser leaves my web site ?
With the onUnLoad event, i can know when a new page is loaded, but is it possible to know which page will be loaded ?
zac
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.