Tutto il code è gestito da un agente LS che genera una pagina WEB in combinazione con i fogli di stile (CSS)
Potrete vedere la demo risultante dell'agente a questo link.
Eccovi il CODE preso da SearchDomino:
****************************************************
Sub Initialize
Dim session As New notessession,db
As notesdatabase,doc As notesdocument
Dim i As Integer,
x As Integer,y As Integer, z As Integer,
h As Integer,v As Integer, s As Integer,
t As Integer
Print ""
v = 10
Print |
|
For i = 1 To 12
h = Int(Rnd * 300)
x = Int(Rnd * 256)
y = Int(Rnd * 256)
z = Int(Rnd * 256)
Print | "| + mo(i) + |: | + Cstr(h) + |"
style=background-color:rgb
(|Cstr(x)|,| + Cstr(y) + |,| + Cstr(z) + |);left:| +
Cstr(v) + |px;height:| + Cstr(h) + |px>|
+ Cstr(h) + |
|For i = 1 To 12
h = Int(Rnd * 300)
x = Int(Rnd * 256)
y = Int(Rnd * 256)
z = Int(Rnd * 256)
Print | "| + mo(i) + |: | + Cstr(h) + |"
style=background-color:rgb
(|Cstr(x)|,| + Cstr(y) + |,| + Cstr(z) + |);left:| +
Cstr(v) + |px;height:| + Cstr(h) + |px>|
+ Cstr(h) + |
Print | + Cstr(v) +
|px;>| + mo(i) + |
2 Commenti:
Grazie, è bellissimo. Lo utilizzero' sicuramente, come altre vostre soluzioni.
Semplicemente geniale.