Trying to access a website page

Jhong

Posts: 40   +0
Hey all,

I was trying to access a page on a website and I got the what looks like to be the html coding for it. I tried viewing this in IE9, firefox, safari, opera, and etc... but I get the same results. The website is :

https://www.unitedhealthcareonline....l/ReimbursementPolicies/SUP_Supply_v2013A.htm

Click show all content and click on "2013 Supply Policy Nonreimbursible Code List" and all I get is the coding for the website. Is there a way to view the actual page?
 
Try this: access google.com and then SAVE AS html complete.

Now go to the folder where you saved it and click on the file (view the contents by modified date)

Does the page display correctly or do you see html coding?
 
Ok, I read the code and saw this:

This document is a Single File Web Page, also known as a Web Archive file. If you are seeing this message, your browser or editor doesn't support Web Archive files. Please download a browser that supports Web Archive, such as Windows® Internet Explorer®.

So, I tried opening the link in IE, still got the codes. But if I saved the mht file and open it in IE, I get the following. Strange why it wouldn't show this when I clicked on the link.

Note:
Just found an FF extension that can handle "mht". See this:
http://support.mozilla.org/en-US/questions/783576

With the UnMHT extension installed, I see the following, as I did in IE.

Clipboard02.png
 
MHT: Microsoft Archive file - - see this description

For you, I would first prove accessing Google.com works which proves html files work in your existing browser.

Then look at the whole URL you are citing:
Code:
https://www.unitedhealthcareonline.com/ccmcontent/ProviderII/UHC/en-US/Assets/ProviderStaticFiles/ProviderStaticFilesHtml/ReimbursementPolicies/SUP_120612_Supply_Policy_Codes_20130101.mht
Likely you CAN access the site https://www.unitedhealthcareonline.com/, which also shows the browser is ok.

So, associate *.MHT with your browser and all should be ok.
 
Ok, I read the code and saw this:



So, I tried opening the link in IE, still got the codes. But if I saved the mht file and open it in IE, I get the following. Strange why it wouldn't show this when I clicked on the link.

Note:
Just found an FF extension that can handle "mht". See this:
http://support.mozilla.org/en-US/questions/783576

With the UnMHT extension installed, I see the following, as I did in IE.

View attachment 75885


This worked. I could finally get my co-workers off my butt!! You guys are geniouses!! Much Thanks to you guys!
 
Hmm; IMO it is bad practice to send/email web archive files - - just pass the URL to the original webpage instead and that will ensure the recipient always has access to the current version of the information.

As a Firefox user, I sometimes perform a SAVE PAGE AS and choose HTML only, but that's for personal reference to procedures, not intending to email them later.
 
Back