Saving Excel as HTML

  • Thread starter Thread starter Dennis Diehl
  • Start date Start date
D

Dennis Diehl

I am trying to save an Excel workbook as an HTML doc and
then post it on a windows 2003 server with IIS 6.0 using a
SSL connection. I can publish but I run into a problem
with maintaining the SSL connection. When connecting to
the page I get a dialog box saying the is nonsecure
information in the page would I like to view the nonsecure
information also. If I say no I get in and see the
Worksheet as a webpage and I have my lock at the bottom of
the browser showing that I have a secure SSL connection.
However If I click yes I want to nonoseure information it
lets me in but I don't have my lock showing a secure
connection.

I can't find whats "nonsecure" in the html files that are
created from just opening the Workbook and doing a save as
and changing the file stype to HTML.
 
Hi Dennis,
Just a guess.
You may have a hyperlink on the page that does not start with...
"https://"
 
Back
Top