Hi, I'm having a lot of problems getting a local html page to display in the iframe module.
I'm currently building a new intranet site for a school running DNN 6.1.3 and using Iframe 4.4 and have created a blank page with the module in the content pane to display the current intranets department pages whilst I migrate their data to a modular layout.
The old site is just html pages held on a storage server so I'm trying to map to an html page on server but when I add the page nothing is displayed in the module. If I put an incorrect address in I get an 404 or similar error displayed but using the correct path the iframe module is empty.
The path to the file is "file://server/d$/Intranet_Root/Intran..." and the page is pretty rough using frames and tables done in front page but displays fine when entering that in the browser directly.
my iframe settings are....
Source: URL: file://server/d$/Intranet_Root/Intran...
Width: 950
Height:
Auto Height: True
Scrolling: No
Border: No
Other Options and Querystring parameters are empty.
I've tried using set values for height and disabling auto height but issue is the same, I've tested in IE7, chrome and Firefox 10 and all have same result of displaying page with module heading but no page data is displayed under the module. Can anyone see anything obvious I am doing wrong?