Hi,
I'm having a problem with using setURL to retrieve info from a Lotus Domino
server.
I tested my app local and I succeeded in retrieving info from an IIS server
using ASP.
A brief description of the app:
I'm using 2 layers. The actual content gets loaded in the lower frame. If
the content of the lower frame changes, I retrieve it's location and use
this a the parameter for
setURL. Everything works like a charm using my local web server. However
when I try this with links to Domino nothing happens, no errors, no
warnings, no nothing.
I also tried loading file directly from the adress bar in the browser.
If I do not specify a protocol and domain it works
javascript:window.upper.content.setURL("1.html")
where upper is the name of the frame and content is the name of the layer
If I DO specify protocol and domain
javascript:window.upper.content.setURL("http://localhost\amersfoortse\1.html
")
depending on using IE or NN:
in IE I get a permission denied or nothing happens.
in NN the proxy authentication window pops up, I supply userID and password
and it works. That is if NN don't crash, I mostly overwrites the complete
frame and not just the layer. That's the reason I'm loading it in the lower
frame first.
If you can help me with this it is greatly appreciated.
If this can't be used is there a way to retrieve the content of the lower
frame any other way.
In IE I could get the innerHTML of lower frame but NN doesn't have innerHTML
properties.
Thanks in advance for any info,
Berno van Soest.
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help