Message 1 of 5
Not applicable
07-23-2013
12:14 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm trying to show a PDF file from my network in an iframe. I'm getting close but not yet successful.
Currently my iframe looks like this:
'<iframe> width="1000" height="1000" frameborder="0" scrolling="yes" marginheight="0" marginwidth="0" src="file:///\\<server>\<folder path>\<filename>.pdf"</iframe>'
If copy and paste file:///\\<server>\<folder path>\<filename>.pdf into Chrome it works fine (Chrome converts the path to file://xx%20yy/ etc).
I tried using an @ like src@"file:/// (etc.) but only saw the mystery guy.
Any ideas?
Solved! Go to Solution.
