Using IE in a frame on local client

I have no web design experience, so I hope I am asking a sensible question.Is it possible to manipulate IE in a Notes client frame so that it can display HTML generated on the local workstation?

Or, can data from the database on the local workstation be refereced via URL and viewed on the notes client in a frame?

Wayne

Subject: Using IE in a frame on local client

Yes, but — the local install has to include the NHTTP.EXE web server, and authentication is not going to happen without the DOLS/DWA offline component. You shouldn’t have to worry about access as such, since the local replica will not contain anything the user can’t see (normally), but if there’s any user input involved, it will be anonymous without authentication. Oh, and the user may have to elect to use “Notes with Internet Explorer”, which is not quite the same thing as a real browser regarding navigation and so forth.

Subject: RE: Using IE in a frame on local client

Thanks for the reply Stan.I’ll look into it.