Write text/messages on Web page without using fields

Toutes les astuces sur le langage JavaScript dans Lotus Notes

Write text/messages on Web page without using fields

Messagepar oguruma » 02 Nov 2006 à 18:51

comme j'ai un peu de temps... voici ce que j'ai trouvé chez searchdomino

JAVASCRIPT
Write text/messages on Web page without using fields

Ronald De Heer
04.26.2002
Rating: -2.50- (out of 5)


Write text/messages on Web page without using a field, hide when formulas or compute text.

Place on the form where you want to start the text to display the following as pass-through HTML:

<div id="display">
</div>

Then you can write to this location easily with this code:

Code

msg="Hello everybody"
document.getElementById("display").innerHTML ='<VALIGN=TOP><br><br><FONT SIZE=2 FACE="Arial">'+msg+'</FONT>'
Bien à vous

http://www.dominoarea.org/oguruma/

Les téléphones PORTABLES dans les TGV y en a MARRRE de ces voyageurs qui ne respectent pas les autres ! ARRET DES PORTABLES SVP - Merci

Fumeurs ! respectez les non fumeurs !!!
Fumeurs ! respectez la loi de février 2007 et les lieux publics !!! (ie. hall de gares)
Avatar de l’utilisateur
oguruma
Super V.I.P.
Super V.I.P.
 
Message(s) : 4086
Inscrit(e) le : 16 Déc 2004 à 08:50
Localisation : LILLE

Retour vers JavaScript