Internet Browser Lotus Notes: Ajax, javascript, elements and pages

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

Subject: Internet Browser Lotus Notes: Ajax, javascript, elements and pages

While I don’t know this off hands for sure, I’m pretty confident, that the Notes browser does not support xmlHttpRequest in any way.

However, what is easer to test, than that? Write a little script that does nothing bot create the object and pop up an alert box, if the resulting object does not exist.

Subject: RE: Internet Browser Lotus Notes: Ajax, javascript, elements and pages

i think that the problem is that Notes browser does not support xmlHttpRequest for AJAX use.