G
G Doucet
I know I haven't done any HTML since I upgraded to winXP last November - I previously had win98 - but I'm getting errors that I
never had before.
Please note that I am currently working on a small "quick-reference" web site for my work. I am creating it on my home computer,
and then emailing the htm and image files to my work laptop. On occasion, I also email some files back to my home computer. Also
note that I create my htm files using NotePad, and some of my files do have short javascript code.
Anyway, one problem that has been bothering me is Internet Explorer's popup message which says something like this:
---------------
To help protect your security, Internet Explorer has restricted this file from showing active content that could access your
computer. Click here for options...
---------------
Also, I noticed that some links were no longer working and that while viewing files on my own hard drive, I could see on the bottom
right of the Internet Explorer window that it was treating some of my files as if they were risky - showing the red circle with the
white bar.
Well first, I found that when I email a file from my laptop to my home computer, it sets some kind of file attribute, and Internet
Explorer will treat this as a risky file, unless I clear this attribute in the file's properties.
Second, I found that when I email a file from my laptop to my home computer, it adds the comment text <!-- saved from
url=(0022)http://internet.e-mail --> to the top of my html code and thus some links don't appear to work unless I remove this
comment. BTW, is it my Outlook Express adding this, and if so, can I turn off this feature?
Third, I found that my IE6 will show that popup message on local files (for some reason) but I also found that I could add the
following to the top of my html file as a workaround <!-- saved from url=(0014)about:internet --> to apparently get Internet
Explorer to think it's a file from the Internet?
Now this workaround comment (as I call it) does get rid of that annoying popup, but it creates another problem for me. My anchors
that are linked to images no longer work. For example:
<a href="image.gif>motor gears</a>
This used to work, but nothing happens when you click on the ablce link with <!-- saved from url=(0014)about:internet --> at the top
of my file.
Can someone help me with this new XP environment?
G Doucet
never had before.
Please note that I am currently working on a small "quick-reference" web site for my work. I am creating it on my home computer,
and then emailing the htm and image files to my work laptop. On occasion, I also email some files back to my home computer. Also
note that I create my htm files using NotePad, and some of my files do have short javascript code.
Anyway, one problem that has been bothering me is Internet Explorer's popup message which says something like this:
---------------
To help protect your security, Internet Explorer has restricted this file from showing active content that could access your
computer. Click here for options...
---------------
Also, I noticed that some links were no longer working and that while viewing files on my own hard drive, I could see on the bottom
right of the Internet Explorer window that it was treating some of my files as if they were risky - showing the red circle with the
white bar.
Well first, I found that when I email a file from my laptop to my home computer, it sets some kind of file attribute, and Internet
Explorer will treat this as a risky file, unless I clear this attribute in the file's properties.
Second, I found that when I email a file from my laptop to my home computer, it adds the comment text <!-- saved from
url=(0022)http://internet.e-mail --> to the top of my html code and thus some links don't appear to work unless I remove this
comment. BTW, is it my Outlook Express adding this, and if so, can I turn off this feature?
Third, I found that my IE6 will show that popup message on local files (for some reason) but I also found that I could add the
following to the top of my html file as a workaround <!-- saved from url=(0014)about:internet --> to apparently get Internet
Explorer to think it's a file from the Internet?
Now this workaround comment (as I call it) does get rid of that annoying popup, but it creates another problem for me. My anchors
that are linked to images no longer work. For example:
<a href="image.gif>motor gears</a>
This used to work, but nothing happens when you click on the ablce link with <!-- saved from url=(0014)about:internet --> at the top
of my file.
Can someone help me with this new XP environment?
G Doucet