Hi everybody,
I get something amazing with IE6.0, here's my snippet :
<html>
<head>
<script type="text/javascript">
window.onload = function()
{
document.getElementById('myP').innerHTML = '<pre>I hope this will work :)</pre>';
}
</script>
</head>
<body>
<p id="myP"></p>
</body>
</html>...
Hi peeps,
Does someone know how to get the real value of this String :
Session("USERID") = 1
leStr = "Session(""USERID"")"
Response.Write leStr ==> output: Session("USERID") and not 1
Thanxs
Hi peeps,
I have a problem with Word and Windows XP.
I cannot open any file because I get this message : "file is locked for editing".
I'm sure that I don't have any temp file (I deleted all temporary folders ;-) ), I've tried to change my normal.dot and it's still the same error...
Hi peeps,
Does someone know how to select a variable of a select into?
here's my sample :
select count(*) into Nb_Facture_Echues
from BT_PNS_POS PNS
where PNS.CODE_CLIENT = var_codeClient
and (TO_DATE(sysdate, 'dd-mm-yy') - TO_DATE(PNS.DATE_ECHEANCE, 'dd-mm-yy') < 0);
IF...
Hi peeps,
I would like to find a way to replace all line breaks of a textarea by "<br>" but this doesn't work with multiple lien breaks.
I use this :
myHtmlMessage = myTempMessage.replace(/[\f\n\r]/g,"<br>");
Please, need some help !
Hi all,
I want to create a text file using the SPOOL command. Here's my sample:
SET NEWPAGE 0
SET SPACE 0
SET LINESIZE 80
SET PAGESIZE 0
SET TERMOUT OFF
SET ECHO OFF
SET FEEDBACK OFF
SET HEADING OFF
SET MARKUP HTML OFF SPOOL OFF
SET COLSEP ','
SPOOL toto.txt
select CODECLIENT, BRANCHE...
Hi peeps,
I'm new to all this stuff and I have a little question:
Why request.getParameter("err") make me an Error 500 when this parameter does not exists?
I believed it will return me "null"
Does someone have an issue for this problem, I must check if this parameter...
Hi everybody !!
Here's my problem :
I need to be able to change some text in a page with a javascript function.
My problem is that I need to write the new text to a special place with the "document.write" method.
Does anyone know how to do it under NS & IE ???
My vote will goes to...
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.