Dear all,it is possible that the Lotus Notes Internet browser (Rel 6.5.5) does not support the following web object and methods ?
i have an agent on my client that perform the following call:
w.UrlOpen “Mydb/MyView/MyDoc?OpenDocument”,0,0,docCtl.LotusUser(0),docCtl.LotusPwd(0),True
this force to open the webpage on my Lotus Notes Browser by passing the username and password…
until this i have no problem.
(this is the only possibility to open a web browser without prompting to the user username and password fields)
so, the web page document have some button in javascript:
a - one button have an AJAX javascript code, but return the following error: “xmlHttp.open is not a function”
this javascript works perfectly in IE browser and mozilla firefox.
b- i have another problem with the LN broweser
i have the following pass-Thru HTML code in the form:
(with this code i show the HTML content of the Body rich-text item)
This works with IE and mozilla firefox
c - in the HTML Head Content of the form i have:
_db:=@ReplaceSubstring(@Subset(@DbName;-1);“\”;“/”);
“<script language="JavaScript" type="text/javascript" src="/”+_db+“/callServer.js?OpenPage">”
This works with IE and mozilla firefox, but not in LN browser. i need to put the entire javascript code of my Page in the JS Header of the form
do you know somethings about point a) b) and c) ?
overall, i need very help about point a)
i suppose that the AJAX is not supported in LN browser
Thank you