Das Notes Forum
Domino 9 und frühere Versionen => Entwicklung => Thema gestartet von: Pipo am 07.05.02 - 18:39:55
-
Hallo Leute
Mit diesem Script generiere ich meine Navigation im "top" Frame. Je nach Berechtigung kann ich eine zusätzliche Navigation im "linken" Frame aufrufen. Jetzt wollte ich noch mit JavaScript (???) in dem "HTML Teil" des LotusScripts 2 Frames (das Linke und das Body - Frame) ansteuern ??? Allerdings ohne Erfolg. Hat jemand eine Idee? Vielen Dank
Set link = cur_doc.GetFirstItem(lname$)
If Not link Is Nothing Then
Call cur_doc.replaceitemvalue(lname$,_
"[<A href=https://" & server & wspath$ & "/" & wsnavi$ & _
"?OpenForm&restrictToCategory=" & man & "$" & lang _
& " TARGET=""Navigator"">" & wsbez$ & "</A>" & _
" <IMG SRC=""../redarrow.gif"" >]")
End If